Skip to content

Commit 0d636b6

Browse files
authored
set env var to correct job that runs the tests
1 parent 73b9ee5 commit 0d636b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ on:
1919
jobs:
2020
setup-matrix:
2121
runs-on: ubuntu-latest
22-
env:
23-
BASE_URL: "https://www.saucedemo.com/"
2422

2523
outputs:
2624
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -34,6 +32,9 @@ jobs:
3432
nightly-test:
3533
needs: setup-matrix
3634
runs-on: ubuntu-latest
35+
env:
36+
BASE_URL: "https://www.saucedemo.com/"
37+
3738
strategy:
3839
fail-fast: false
3940
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)