chore(ci): setup timezone

This commit is contained in:
Rickard Natt och Dag 2021-03-30 20:28:55 +02:00
parent d88bfcf564
commit 40f7c8a59e
2 changed files with 11 additions and 1 deletions

View File

@ -16,6 +16,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14
- name: Setup timezone
uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Stockholm
- name: Install dependencies
run: yarn install --immutable --silent --non-interactive 2> >(grep -v warning 1>&2)
- name: Audit

View File

@ -15,7 +15,13 @@ jobs:
uses: actions/setup-node@v2.1.2
with:
node-version: 14.x
- name: Setup timezone
uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Stockholm
- run: yarn install --immutable --silent --non-interactive 2> >(grep -v warning 1>&2)
- run: yarn audit
- run: yarn lint
- run: yarn test
- run: yarn test