Bump social-auth-app-django from 5.4.0 to 5.4.1 #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Zooni CI | |
on: | |
pull_request: | |
push: { branches: master } | |
workflow_dispatch: | |
jobs: | |
tests: | |
name: Run Tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build images and create containers | |
run: docker compose up -d --build | |
- name: Run Tests | |
run: docker exec -i theia-app-1 /bin/bash -c "export USGS_USERNAME=usgs && export USGS_PASSWORD=usgs && pytest" |