Skip to content

Commit

Permalink
Bumped flow-tester version to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Sep 3, 2024
1 parent c85253d commit 378b59d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
uses: actions/checkout@v4
with:
repository: praekeltfoundation/flow_tester
ref: v0.1.1
ref: v0.2.1
path: flow_tester
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Test flows
run: |
./flow_tester/run_flow_tests.exs HelpCentre/QA/tests/
./flow_tester/run_flow_tests.exs HelpCentre/QA/tests/ Onboarding/QA/tests/

0 comments on commit 378b59d

Please sign in to comment.