Skip to content

Commit

Permalink
Merge pull request #59 from DEFRA/fix-yaml
Browse files Browse the repository at this point in the history
FIX BSTACK YAML
  • Loading branch information
eoin-corr-git authored Dec 9, 2024
2 parents b6d594b + 28e02f7 commit 4aafcb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Browserstack initial tests
run: |
npm run user-journey-test:bs
env:
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }}

- name: cleanup
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-browserstack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Browserstack tests
name: Browserstack extended tests

on:
workflow_run:
Expand Down

0 comments on commit 4aafcb9

Please sign in to comment.