Skip to content

Commit

Permalink
updated i&t gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Nov 21, 2023
1 parent 4747f2f commit dfa7e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
docker compose \
--ansi never --profile int-registry-batch-loader up --detach --quiet-pull
# Run tests
./int-test.sh
docker compose \
--ansi never --profile int-registry-batch-loader \
run --rm --no-TTY reg-api-integration-test-with-wait
-
name: Harvest Testing
run: |
Expand Down

0 comments on commit dfa7e8d

Please sign in to comment.