From 2135fd1cc26c24a7eecf9cd0e87bb56ab494dff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 12 May 2024 16:25:41 +0200 Subject: [PATCH] ci: refactor envs --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2d128bf..bd9657c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,11 +12,11 @@ jobs: test: timeout-minutes: 60 runs-on: ubuntu-latest + env: + APP_URL: ${{ secrets.APP_URL }} steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - with: - APP_URL: ${{ secrets.APP_URL }} - name: Install dependencies run: npm ci - name: Install playwright browsers