We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f295de6 commit fa84d0eCopy full SHA for fa84d0e
1 file changed
.github/workflows/main.yml
@@ -28,10 +28,9 @@ jobs:
28
# - name: Start API
29
# run: npm run start &
30
31
- # Optional: Wait for it to be ready
32
- # - name: Wait for API to be ready
33
- # run: |
34
- # timeout 60 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:3000)" != "200" ]]; do sleep 1; done'
+ - name: Wait for API to be ready
+ run: |
+ timeout 60 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:3000)" != "200" ]]; do sleep 1; done'
35
36
- name: Run Tests
37
run: npm run test:ci
@@ -55,4 +54,4 @@ jobs:
55
54
# uses: actions/upload-artifact@v3.1.3
56
# with:
57
# name: jest-log-${{ matrix.node-version }}
58
- # path: jest.log
+ # path: jest.log
0 commit comments