Skip to content

Commit

Permalink
🏗 use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Aug 31, 2021
1 parent 46599ab commit 41794c1
Show file tree
Hide file tree
Showing 6 changed files with 3,903 additions and 6,506 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: yarn install
- run: yarn build
- uses: ./
with:
header: FromPR
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: yarn install
- run: |
set -o pipefail
mkdir -p ./pr
echo ${{ github.event.number }} | tee ./pr/number
npm run all |& tee ./pr/all_result
yarn all |& tee ./pr/all_result
- uses: actions/upload-artifact@v2
if: ${{ github.event_name == 'pull_request' && (success() || failure()) }}
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __tests__/runner/*
# comment out in distribution branches
node_modules/

package-lock.json

# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs
Expand Down
Loading

0 comments on commit 41794c1

Please sign in to comment.