Skip to content

Commit

Permalink
ci: disable tests until we have
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Dec 5, 2023
1 parent 3412605 commit c141d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: npm install
- name: run tests
run: npm test
# - name: run tests
# run: npm test
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
- run: npm install
- name: run tests
run: npm test
# - name: run tests
# run: npm test

create-release:
needs: run-tests
Expand Down

0 comments on commit c141d40

Please sign in to comment.