From 61bd73c9e040d6e93d0b28d6757613fe237a52eb Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:52:40 +0100 Subject: [PATCH] remove unused workflow --- .github/workflows/opensaas-ci.yml | 2 +- .github/workflows/playwright.yml | 27 --------------------------- .github/workflows/retag-commit.yml | 2 +- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .github/workflows/playwright.yml diff --git a/.github/workflows/opensaas-ci.yml b/.github/workflows/opensaas-ci.yml index fde67dcb..e2ef3453 100644 --- a/.github/workflows/opensaas-ci.yml +++ b/.github/workflows/opensaas-ci.yml @@ -1,4 +1,4 @@ -name: Open SaaS CI +name: e2e tests on: push: diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml deleted file mode 100644 index 90b6b700..00000000 --- a/.github/workflows/playwright.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Playwright Tests -on: - push: - branches: [ main, master ] - pull_request: - branches: [ main, master ] -jobs: - test: - timeout-minutes: 60 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - - name: Install dependencies - run: npm ci - - name: Install Playwright Browsers - run: npx playwright install --with-deps - - name: Run Playwright tests - run: npx playwright test - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 diff --git a/.github/workflows/retag-commit.yml b/.github/workflows/retag-commit.yml index 328407c3..81bc8132 100644 --- a/.github/workflows/retag-commit.yml +++ b/.github/workflows/retag-commit.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure Git run: |