I hate YAML
Build image / build (push) Has been cancelled Details
Unit Tests with docker compose and cargo / unit-test (push) Waiting to run Details

This commit is contained in:
Alie 2024-02-17 13:20:17 +01:00
parent 7a738df1b0
commit a7a1d265fd
2 changed files with 2 additions and 2 deletions

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: