Skip to content

Commit dd029d1

Browse files
committed
fix: rename wf
1 parent 309cbd5 commit dd029d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NodeCI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: yarn test
6161
- name: Type Coverage
6262
run: yarn typecov
63-
update-fixtures:
63+
update-resources:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v3
@@ -69,7 +69,7 @@ jobs:
6969
node-version: 18
7070
- name: Install Packages
7171
run: yarn install --ignore-engines
72-
- name: Update fixtures
72+
- name: Update resources
7373
run: yarn update
7474
- name: Check changes
7575
run: |

0 commit comments

Comments
 (0)