We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b9ee5 commit 0d636b6Copy full SHA for 0d636b6
1 file changed
.github/workflows/nightly.yml
@@ -19,8 +19,6 @@ on:
19
jobs:
20
setup-matrix:
21
runs-on: ubuntu-latest
22
- env:
23
- BASE_URL: "https://www.saucedemo.com/"
24
25
outputs:
26
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -34,6 +32,9 @@ jobs:
34
32
nightly-test:
35
33
needs: setup-matrix
36
+ env:
+ BASE_URL: "https://www.saucedemo.com/"
37
+
38
strategy:
39
fail-fast: false
40
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
0 commit comments