Skip to content

Commit

Permalink
Enable all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrechse authored Jan 18, 2024
1 parent a0b0c36 commit 55fe7da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: sleep 120;
docker ps -a;
./sqlcl/bin/sql -V;
# - name: Run Tests
# run: cd parse-server;
# npm install;
# npm run test
- name: Run Tests
run: cd parse-server;
npm install;
npm run test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 55fe7da

Please sign in to comment.