Skip to content

Commit

Permalink
Build and install pre-released resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 18, 2021
1 parent 8a45aad commit c27ed76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
curl https://get.wasmer.io -sSfL | sh
if: startsWith(matrix.os, 'ubuntu')

- name: Build and install JavaScript resources
run: |
npm install
npm run build
rm -rf $HOME/.carton/static
cp -r static $HOME/.carton/static
- name: Build Project
run: swift build -c release --build-tests --enable-test-discovery
- name: Run Tests
Expand Down

0 comments on commit c27ed76

Please sign in to comment.