Skip to content

Commit

Permalink
rename gh actions to standard names (#6195)
Browse files Browse the repository at this point in the history
* rename gh actions to standard names without full platform for multiple branches
  • Loading branch information
torcolvin authored Apr 18, 2023
1 parent 86865bf commit 290eb9b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
include:
- os: macos-latest
name: macos
- os: windows-latest
name: windows
- os: ubuntu-latest
name: ubuntu
env:
GOPRIVATE: github.com/couchbaselabs
MallocNanoZone: 0
name: test (${{ matrix.name }})
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 290eb9b

Please sign in to comment.