Skip to content

Commit

Permalink
Remove deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Sep 21, 2024
1 parent 79359da commit f872236
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Start database services
run: docker compose up -d database redis
- name: Wait for database startup to finish
uses: jakejarvis/wait-action@master
with:
time: '10s'
run: sleep 10s
shell: bash
- name: Run backend tests
run: ./scripts/test_backend.sh

0 comments on commit f872236

Please sign in to comment.