Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Sep 13, 2021
1 parent 411576a commit c267fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v2-beta
Expand All @@ -19,5 +18,5 @@ jobs:
path: test/node_modules
key: ${{ runner.os }}-${{ hashFiles('test/yarn.lock') }}

- run: cd test && yarn install
- run: yarn install
- run: bin/ci
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ else
$(base64 --decode <<< ZXhwb3J0IFNBVUNFX0FDQ0VTU19LRVk9NTIzODNlNTItZTM4NC00MzZjLWFkMmUtMGZmNTcyNjIyNjc5Cg==)
fi

cd test && yarn test
yarn test

0 comments on commit c267fbf

Please sign in to comment.