Skip to content

Commit

Permalink
Update Docker workflow to use actions/checkout@v3 and add 'make up' c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
sahi-mfg committed Mar 6, 2024
1 parent 573d6e1 commit 5e0198c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
make build
make test
make up

0 comments on commit 5e0198c

Please sign in to comment.