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 c84f875 commit 69c8cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/framework/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,14 @@ runs:
path: .
key: ${{ inputs.cache }}

- name: Relocate build artifacts
shell: bash
run: mv dist spa-js

- name: Create application
shell: bash
run: ${{ inputs.install }}

- name: Install SDK
shell: bash
run: |
npm link '../spa-js'
npm link '../'
${{ inputs.content }}
${{ inputs.import }}
working-directory: my-app
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}

env:
NODE_VERSION: 18
CACHE_KEY: '${{ github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}'
Expand Down

0 comments on commit 69c8cec

Please sign in to comment.