Files
zk-kit/.github/workflows/test.yml
cedoor 5e0e6d964c ci: replace npm with yarn
Former-commit-id: 6ba02e56592726539fcf3f6c7fb0d4dc9d1b9124 [formerly abdc74664aebbcd85a44773b52891fec37fbae03] [formerly 7ef58d777b942b3317ec5fa7f43c5dea9475784c [formerly f2f5d57a68]]
Former-commit-id: c27ede01af7875d4be750827314ab61108ea9254 [formerly 622304bf05d27007e58c96ed15cca16edd2c4e3f]
Former-commit-id: 039672870a5f38f87b19aaaf2cb2823ea86150fc
2022-01-18 18:51:00 +01:00

23 lines
331 B
YAML

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn test:prod