Skip to content

Commit

Permalink
Skip unit tests until vue3 migration is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed Oct 11, 2024
1 parent f7bb722 commit 41e21b4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Unit Tests

# Skipping until Vue3 migration is complete
on:
push:
branches:
- main
pull_request:
branches:
- main
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
unit-test:
Expand Down

0 comments on commit 41e21b4

Please sign in to comment.