Skip to content

Commit

Permalink
fix: items
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 8, 2024
1 parent 9bc5a52 commit 963de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
RYUK_RECONNECTION_TIMEOUT: "${{ inputs.project-directory == 'modules/compose' && '30s' || '10s' }}"
strategy:
matrix:
platform: ${{ inputs.project-directory == 'modulegen' && fromJSON('ubuntu-latest', 'macos-latest', 'windows-latest]') || fromJSON('ubuntu-latest') }}
platform: ${{ inputs.project-directory == 'modulegen' && fromJSON(ubuntu-latest, macos-latest, windows-latest) || fromJSON(ubuntu-latest) }}
runs-on: ${{ matrix.platform }}
steps:
- name: Setup rootless Docker
Expand Down

0 comments on commit 963de87

Please sign in to comment.