Skip to content

Commit

Permalink
CI : edit yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Dec 14, 2023
1 parent bf298b6 commit d189913
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
matrix:
python-version: ["3.8"]
runs-on: ubuntu-latest
env:
DASH_ENV: TEST
ROOT_FOLDER: ./dash_test/data/
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: "Create env file"
run: |
touch .env
echo ROOT_FOLDER = ./dash_test/data/ >> .env
echo DASH_ENV = TST >> .env
cat .env
- uses: actions/checkout@v3
- uses: nanasess/setup-chromedriver@v2
- run: |
Expand Down

0 comments on commit d189913

Please sign in to comment.