maybe this works?
Some checks failed
/ example-docker-compose (push) Has been cancelled

This commit is contained in:
Failure 2024-11-14 23:18:12 -08:00
parent b0fd6278f3
commit 9665961c0b

View file

@ -6,6 +6,8 @@ on:
jobs: jobs:
example-docker-compose: example-docker-compose:
runs-on: node-debian runs-on: node-debian
container:
image: maven:3-eclipse-temurin-8
steps: steps:
- name: Install prerequisites - name: Install prerequisites
run: | run: |