Skip to content

Commit

Permalink
attempts to get workflows succeeding
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Eklund committed Oct 23, 2021
1 parent c48a83d commit 9076962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/yarn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install -g yarn
- run: npm install -g nwb
- run: yarn install
- run: yarn install --dev
- run: ls node_modules
- run: yarn build
3 changes: 2 additions & 1 deletion .github/workflows/yarn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:
branches: [ main ]

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install -g yarn
- run: yarn install
- run: yarn install --dev
- run: yarn test

0 comments on commit 9076962

Please sign in to comment.