Skip to content

Commit 07e5c7f

Browse files
Remove debug messages from CI (#8)
* Add CI for running tests. Github actions workflow for running tests (only one job for now) Can also be triggered from Github Web app. * Remove debug messages from CI
1 parent 70bdaf4 commit 07e5c7f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- main
1212
- dev
1313

14+
issues:
15+
types: [opened, reopened]
16+
1417
workflow_dispatch:
1518

1619
jobs:
@@ -31,9 +34,3 @@ jobs:
3134

3235
- name: Run test suites
3336
run: npm run test
34-
35-
- name: Print message
36-
run: echo "All tests passed. 🎉 :)"
37-
38-
- name: Print github context for demo
39-
run: echo "${{ toJson(github) }}"

0 commit comments

Comments
 (0)