Skip to content

Commit

Permalink
chore: add goal for up of docker container in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raf-nr committed Dec 15, 2023
1 parent e239185 commit 425dd6e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-linter-and-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,21 @@ jobs:
with:
python-version: '3.11'

- name: Set up docker
uses: docker/login-action@v1
with:
registry: 'docker.pkg.github.com'
username: \${{ github.repository_owner }}
password: \${{ secrets.GITHUB_TOKEN }}

- name: Install deps
run: python3 -m pip install poetry==1.6.1 && make init

- name: Run all linters and formatters
run: make lint

- name: Up all containers
run: make up

- name: Run all tests and count coverage
run: make test

0 comments on commit 425dd6e

Please sign in to comment.