Skip to content

Commit

Permalink
Using docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
LPMendoza committed Sep 6, 2022
1 parent 1dddbc9 commit 8c59f03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Container
on: push

jobs:
node-docker:
runs-on: ubuntu-latest
container: node:13.5.0-alpine3.10
steps:
- name: Log node version
run: |
node -v
cat /etc/os-release
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Matrix
on: push
on: pull_request

jobs:
node-version:
Expand Down

0 comments on commit 8c59f03

Please sign in to comment.