Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed May 10, 2024
1 parent 764e6f6 commit ae3baa6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/run-templates-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
name: sentinel
needs:
- test
- test
runs-on: ubuntu-latest
steps:
- name: Is workflow a success
run: echo yes
- name: Is workflow a success
run: echo yes
test:
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
strategy:
Expand All @@ -55,8 +55,8 @@ jobs:
- name: Install Java 11 (temurin)
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
distribution: "temurin"
java-version: "11"
- name: Install DotNet ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v3
with:
Expand Down Expand Up @@ -138,6 +138,8 @@ jobs:
name: Running macOS tests
run: |
set -euo pipefail
which gotestfmt
ls -ahl gotestfmt
cd tests && go test -v -json -count=1 -cover -timeout 6h -parallel ${{ env.TESTPARALLELISM }} . 2>&1 | gotestfmt
- if: contains(matrix.platform, 'ubuntu')
name: Running Linux tests
Expand Down

0 comments on commit ae3baa6

Please sign in to comment.