diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b544435d..899c70fa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,7 +50,7 @@ jobs: path: relative-ci-artifacts get-playwright-version: - name: 'Read Playwright Version' + name: 'Get Playwright Version' runs-on: ubuntu-latest outputs: playwright-version: ${{ steps.extract_playwright_version.outputs.playwright-version }} @@ -64,7 +64,6 @@ jobs: playwright_version=$(node -e 'console.log(require("./package-lock.json")["packages"]["node_modules/@playwright/test"].version)') echo "playwright-version=$playwright_version" >> $GITHUB_OUTPUT - test: name: "Test" runs-on: ubuntu-latest