Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
7ddeeda
1
Parent(s):
134d85e
update workflow
Browse files
.github/workflows/main.yml
CHANGED
@@ -35,6 +35,12 @@ jobs:
|
|
35 |
- name: Checkout code
|
36 |
uses: actions/checkout@v2
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
- name: Run tests
|
39 |
run: |
|
40 |
docker run --rm macrdel/sentiment-summarize-youtube-comments-backend-tests:latest pytest tests
|
|
|
35 |
- name: Checkout code
|
36 |
uses: actions/checkout@v2
|
37 |
|
38 |
+
- name: Login to Docker Hub
|
39 |
+
uses: docker/login-action@v1
|
40 |
+
with:
|
41 |
+
username: ${{ secrets.DOCKER_USERNAME }}
|
42 |
+
password: ${{ secrets.DOCKER_PASSWORD }}
|
43 |
+
|
44 |
- name: Run tests
|
45 |
run: |
|
46 |
docker run --rm macrdel/sentiment-summarize-youtube-comments-backend-tests:latest pytest tests
|