1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

Updates gh actions

This commit is contained in:
Amir Raminfar
2021-11-07 07:02:09 -08:00
parent fb777d4dbf
commit dcd1fcfcde
2 changed files with 15 additions and 5 deletions

View File

@@ -12,10 +12,12 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Install Node
uses: actions/setup-node@v2.4.1
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
- name: Install dependencies
run: yarn
run: pnpm install
- name: Run Tests
run: yarn test
run: pnpm run test
go-test:
name: Go Tests
runs-on: ubuntu-latest