SlimG commited on
Commit
a8cac92
·
1 Parent(s): 6a8befc

rename test images in github workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/pytest.yml +2 -2
.github/workflows/pytest.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
17
  uses: actions/checkout@v3
18
 
19
  - name: Build Docker image
20
- run: docker build --build-arg TEST=true -t tennis-api .
21
 
22
  - name: Run tests inside container
23
- run: docker run --rm --env-file .env.test tennis-api pytest
 
17
  uses: actions/checkout@v3
18
 
19
  - name: Build Docker image
20
+ run: docker build --build-arg TEST=true -t test_image .
21
 
22
  - name: Run tests inside container
23
+ run: docker run --rm --env-file .env.test test_image pytest