File tree 1 file changed +3
-11
lines changed 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
- name : coder
1
+ name : ci
2
2
3
3
on :
4
4
push :
@@ -257,7 +257,6 @@ jobs:
257
257
run : ./scripts/check_unstaged.sh
258
258
259
259
test-go :
260
- name : " test/go"
261
260
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 }}
262
261
timeout-minutes : 20
263
262
strategy :
@@ -342,8 +341,7 @@ jobs:
342
341
files : ./gotests.coverage
343
342
flags : unittest-go-${{ matrix.os }}
344
343
345
- test-go-postgres :
346
- name : " test/go/postgres"
344
+ test-go-psql :
347
345
runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
348
346
# This timeout must be greater than the timeout set by `go test` in
349
347
# `make test-postgres` to ensure we receive a trace of running
@@ -509,7 +507,6 @@ jobs:
509
507
retention-days : 7
510
508
511
509
test-js :
512
- name : " test/js"
513
510
runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
514
511
timeout-minutes : 20
515
512
steps :
@@ -549,16 +546,11 @@ jobs:
549
546
flags : unittest-js
550
547
551
548
test-e2e :
552
- name : " test/e2e/${{ matrix.os }}"
553
549
needs :
554
550
- changes
555
551
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' }}
557
553
timeout-minutes : 20
558
- strategy :
559
- matrix :
560
- os :
561
- - ubuntu-latest
562
554
steps :
563
555
- uses : actions/checkout@v3
564
556
You can’t perform that action at this time.
0 commit comments