Skip to content

Commit

Permalink
Creates .env.local for gh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Nov 13, 2024
1 parent 5b25a35 commit 7f9a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2

- name: Run Tests
run: cd docker && ./run_tests_ci.sh
run: cd docker && touch .env.local && ./run_tests_ci.sh

docker_images_and_release_zip:
needs: ci_tests
Expand Down

0 comments on commit 7f9a8e5

Please sign in to comment.