From e1671ef6882d60d5659f7f0426f2cb55d0e2dabb Mon Sep 17 00:00:00 2001 From: Christian Landgren Date: Fri, 20 Sep 2024 16:09:27 +0200 Subject: [PATCH] fix: remove test- no need --- .github/workflows/test.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index dd55559..0000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Build - -on: - pull_request: - branches: - - main - push: - branches: - - main - -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: 🛎️ Checkout - uses: actions/checkout@v3 - - - name: 🔧 Test - uses: actions/setup-node@v3 - with: - node-version: 18.x - - run: | - npm ci - npx playwright install - npm run check - npm run lint - npm run test - npm run build - docker build -t test .