Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 24, 2023
1 parent 4defd8c commit 9c10016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/actions/framework/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ runs:
shell: bash
run: ${{ inputs.install }}

- name: Install dependencies
shell: bash
run: |
npm ci
working-directory: my-app

- name: Install SDK
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
node: ${{ env.NODE_VERSION }}
tests: 'true'
browserstack-accesskey: ${{ secrets.BROWSERSTACK_ACCESSKEY }}
browserstack-access-key: ${{ secrets.BROWSERSTACK_ACCESSKEY }}
browserstack-username: ${{ secrets.BROWSERSTACK_USERNAME }}

- name: Save build artifacts
Expand Down

0 comments on commit 9c10016

Please sign in to comment.