Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 5, 2023
1 parent e3e0f2f commit 56140d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerfile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:

- name: "Test docker"
run: |
npm install node-fetch abort-controller
node .github/workflows/test-docker.js
cd .github/workflows/ &&
npm install node-fetch abort-controller &&
node test-docker.js
- name: "Tear down docker"
run: docker kill celluloid-frontend

0 comments on commit 56140d5

Please sign in to comment.