Skip to content

Commit

Permalink
feat(workflows): add setup-docker-and-run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basarbyz committed Jul 26, 2024
1 parent 188f101 commit 240befe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/setup-docker-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
path: container_ip.txt

- name: Create .env file for tests
run: |
cd tests
cp .env.tests.example .env
run: cp tests/.env.test.example tests/.env

- name: Set up Python 3.8
uses: actions/setup-python@v4
Expand Down

0 comments on commit 240befe

Please sign in to comment.