build and test pipelines #2
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue