Skip to content

Commit 814e3da

Browse files
committed
Rename coder.yaml to ci.yaml
1 parent e8f786f commit 814e3da

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/coder.yaml renamed to .github/workflows/ci.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: coder
1+
name: ci
22

33
on:
44
push:
@@ -257,7 +257,6 @@ jobs:
257257
run: ./scripts/check_unstaged.sh
258258

259259
test-go:
260-
name: "test/go"
261260
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
262261
timeout-minutes: 20
263262
strategy:
@@ -342,8 +341,7 @@ jobs:
342341
files: ./gotests.coverage
343342
flags: unittest-go-${{ matrix.os }}
344343

345-
test-go-postgres:
346-
name: "test/go/postgres"
344+
test-go-psql:
347345
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
348346
# This timeout must be greater than the timeout set by `go test` in
349347
# `make test-postgres` to ensure we receive a trace of running
@@ -509,7 +507,6 @@ jobs:
509507
retention-days: 7
510508

511509
test-js:
512-
name: "test/js"
513510
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
514511
timeout-minutes: 20
515512
steps:
@@ -549,16 +546,11 @@ jobs:
549546
flags: unittest-js
550547

551548
test-e2e:
552-
name: "test/e2e/${{ matrix.os }}"
553549
needs:
554550
- changes
555551
if: needs.changes.outputs.docs-only == 'false'
556-
runs-on: ${{ matrix.os }}
552+
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
557553
timeout-minutes: 20
558-
strategy:
559-
matrix:
560-
os:
561-
- ubuntu-latest
562554
steps:
563555
- uses: actions/checkout@v3
564556

0 commit comments

Comments
 (0)