Skip to content

Commit

Permalink
chore: add workflow dispatch (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiwinnetou authored Feb 12, 2025
1 parent 8088cab commit 3b5c256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down Expand Up @@ -33,4 +34,4 @@ jobs:
- name: "Run rosetta check:data tests"
run: ./bin/rosetta-cli check:data --configuration-file ./rosetta-cli-tests/data/byron_sample.json
- name: "Tear down environment"
run: docker compose --env-file .env.IntegrationTest -f docker-integration-test-environment.yaml down
run: docker compose --env-file .env.IntegrationTest -f docker-integration-test-environment.yaml down

0 comments on commit 3b5c256

Please sign in to comment.