Skip to content

Commit 11468f1

Browse files
authored
chore: workflow update
1 parent d41e184 commit 11468f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ jobs:
3333
run: yarn install
3434
- name: Build the project
3535
run: yarn run build
36+
- name: Test 1
37+
run: ls
38+
- name: Test 2
39+
run: npm run
3640
- name: Run tests
3741
run: npm test

0 commit comments

Comments
 (0)