Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 10, 2024
1 parent 2bde73e commit ba6f095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 104 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/test.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
until curl --silent -I -f --fail http://localhost:3000 ; do printf .; sleep 1; done
- name: Set up parallel environment
run: docker-compose exec api test/setup-parallel-env.sh
run: docker-compose exec -T api test/setup-parallel-env.sh

- name: Precompile assets
run: docker-compose exec api bundle exec rake assets:precompile
run: docker-compose exec -T api bundle exec rake assets:precompile

- name: Prepare parallel runtime log
run: |
Expand Down

0 comments on commit ba6f095

Please sign in to comment.