jobs:
tests:
runs-on:
- nscloud-ubuntu-22.04-amd64-8x16-with-cache
- nscloud-cache-size-20gb
- nscloud-cache-tag-my-repository-e2e-tests
steps:
- name: Setup PNPM cache
uses: namespacelabs/nscloud-cache-action@v1
with:
cache: pnpm
- name: Install dependencies and run tests
run: |
pnpm install
pnpm run test