Skip to content

Commit

Permalink
fix github action ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 5, 2023
1 parent a46d5ab commit eeaf4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: "Run docker server build"
run: docker compose -f stack.yml
run: docker compose -f stack.yml up

- name: "Test docker"
run: node .github/workflows/test-docker.js
Expand Down

0 comments on commit eeaf4ee

Please sign in to comment.