build and test pipelines #2

Merged
bizcochito merged 37 commits from build into develop 2024-02-23 07:14:21 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a7a1d265fd - Show all commits

View File

@ -24,7 +24,7 @@ jobs:
with:
path: |
target/
key: ${{ runner.os }}-primes
key: ${{ runner.os }}-primes
- name: Run tests on docker
run: docker compose down -v && docker compose run bot t
- name: Save target

View File

@ -48,7 +48,7 @@ jobs:
with:
path: |
target/
key: ${{ runner.os }}-primes
key: ${{ runner.os }}-primes
- name: Build and push
uses: docker/build-push-action@v4
with: