Skip to content

Commit 6d36067

Browse files
sanity check
1 parent 5de03dd commit 6d36067

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@ jobs:
3838
with:
3939
client: pnpm
4040

41+
- name: Test Token
42+
run: |
43+
npm whoami
44+
pnpm whoami
45+
npm org ls journeyapps
46+
4147
- name: Test
4248
run: pnpm test

0 commit comments

Comments
 (0)