Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- main
- dev

issues:
types: [opened, reopened]

workflow_dispatch:

jobs:
Expand All @@ -31,9 +34,3 @@ jobs:

- name: Run test suites
run: npm run test

- name: Print message
run: echo "All tests passed. 🎉 :)"

- name: Print github context for demo
run: echo "${{ toJson(github) }}"
Loading