Skip to content

Commit

Permalink
Testing CI flow with docker container creation and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Jan 21, 2025
1 parent ac5f9ca commit a919a85
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
run: make check-lint
- name: Check types
run: make check-typecheck
- name: Execute unit tests
run: make test

docker:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Docker Build Action
run: docker build -t vessel .
run: make build-container
- name: Execute unit tests
run: make test-container

0 comments on commit a919a85

Please sign in to comment.