We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c78e39 commit 96264f2Copy full SHA for 96264f2
1 file changed
.github/workflows/github_actions_tests.yml
@@ -33,13 +33,12 @@ jobs:
33
source .venv/bin/activate
34
python -m playwright install --with-deps
35
36
+ - name: create enviornment file from circle ci.
37
- run:
- 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
+ set -x
+ ENV_FILE=".env"
+ echo "BASE_URL=${BASE_URL}" >> "$ENV_FILE"
+ set +x
43
44
- name: Run tests with Pytest
45
run: |
0 commit comments