why this so hard

This commit is contained in:
Dylan Vorster
2023-01-23 19:59:36 -07:00
parent 4f2b6132ba
commit d15fb13adf

View File

@ -7,8 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
e2e:
name: end-to-end
on: push
name: e2e
jobs:
installDependencies:
name: Install Dependencies
@ -31,7 +30,6 @@ jobs:
CI: "true"
with:
args: pnpm test
build:
name: Build
runs-on: ubuntu-latest