Skip to content

Commit ecb3989

Browse files
committed
create env var BASE_URL
1 parent f30b4d6 commit ecb3989

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/devRun.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
merge_test:
1111
timeout-minutes: 15
1212
runs-on: ubuntu-latest
13-
vars:
13+
14+
env:
1415
BASE_URL: "https://www.saucedemo.com/"
16+
1517
steps:
1618
- uses: actions/checkout@v4
1719
- uses: psf/black@stable

0 commit comments

Comments
 (0)