Skip to content

Commit bc03266

Browse files
authored
chore: cleanup GHA workflow files (#194)
1 parent 42e53d5 commit bc03266

File tree

4 files changed

+3
-50
lines changed

4 files changed

+3
-50
lines changed

.github/workflows/build.yml

-45
This file was deleted.

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ jobs:
3030
${{runner.os}}-yarn-
3131
3232
- run: corepack yarn install --immutable
33-
- run: corepack yarn build # We need the stubs to run the tests
3433

3534
- name: "Check for type errors"
3635
run: corepack yarn typecheck
3736

3837
- name: "Check for linting errors"
3938
run: corepack yarn lint
4039

41-
build:
40+
build-and-test:
4241
strategy:
4342
fail-fast: false
4443
matrix:
@@ -53,7 +52,6 @@ jobs:
5352

5453
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
5554
runs-on: ${{matrix.platform}}
56-
needs: chore
5755

5856
steps:
5957
- uses: actions/checkout@v3

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: 5 0 * * 5
88

99
jobs:
10-
build:
10+
fetch-latest-versions:
1111
runs-on: ubuntu-latest
1212

1313
steps:

.github/workflows/update-nock-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010

1111
jobs:
12-
build:
12+
build-and-update-nock-files:
1313
runs-on: ubuntu-latest
1414

1515
steps:

0 commit comments

Comments
 (0)