Skip to content

Commit

Permalink
chore(example): remove unused github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Feb 22, 2024
1 parent b666dd0 commit 4072872
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/templates-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ jobs:
BOTONIC_DISABLE_MIXPANEL: 1
TEST_PATH: intent
run: (cd $TEST_PATH && npm install -D && npm run build && npm run test)
- name: nlu build & test
env:
BOTONIC_DISABLE_MIXPANEL: 1
TEST_PATH: nlu
run: (cd $TEST_PATH && npm install -D && npm run build && npm run test)
- name: tutorial build & test
env:
BOTONIC_DISABLE_MIXPANEL: 1
Expand Down

0 comments on commit 4072872

Please sign in to comment.