Skip to content

Commit 48720ab

Browse files
committed
fix3
1 parent ad48b87 commit 48720ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
source .venv/bin/activate
3434
python -m playwright install --with-deps
3535
36-
- name: create enviornment file from circle ci.
37-
- run: |
36+
- name: create enviornment file from workflow
37+
run: |
3838
set -x
3939
ENV_FILE=".env"
4040
echo "BASE_URL=${BASE_URL}" >> "$ENV_FILE"

0 commit comments

Comments
 (0)