Skip to content

Commit 1f24b27

Browse files
committed
ci: minor refactor
1 parent 652fa2b commit 1f24b27

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
node -v
3232
npm --version
3333
34-
- name: Cache node modules
34+
- name: Restore cache
3535
uses: actions/cache@v2
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3939
restore-keys: |
4040
${{ runner.os }}-node-
4141
42-
- name: Install Dependencies
42+
- name: Install dependencies
4343
run: npm ci
4444

4545
- name: Test build
@@ -51,7 +51,9 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v2
54-
- uses: ./
54+
55+
- name: Test action
56+
uses: ./
5557
with:
5658
token: ${{ secrets.TOKEN }}
5759
gist_id: e885afa349a0e5d1cfb408e46d6a37bc

0 commit comments

Comments
 (0)