Skip to content

Commit 96264f2

Browse files
committed
fix run
1 parent 4c78e39 commit 96264f2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ jobs:
3333
source .venv/bin/activate
3434
python -m playwright install --with-deps
3535
36+
- name: create enviornment file from circle ci.
3637
- run:
37-
name: create enviornment file from circle ci.
38-
command: |
39-
set -x
40-
ENV_FILE=".env"
41-
echo "BASE_URL=${BASE_URL}" >> "$ENV_FILE"
42-
set +x
38+
set -x
39+
ENV_FILE=".env"
40+
echo "BASE_URL=${BASE_URL}" >> "$ENV_FILE"
41+
set +x
4342

4443
- name: Run tests with Pytest
4544
run: |

0 commit comments

Comments
 (0)