Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
after-ephemera committed Feb 2, 2024
1 parent 2e729da commit 86ae9cc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/create-github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@ on:
workflow_dispatch:

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
with:
ref: master
- name: setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: install deps
run: bun i
- name: install config
run: echo '${{ secrets.DEFAULT_CONFIG }}' > config/default.json
- name: run tests
run: |
bun test
create-gh-release:
name: Create github release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86ae9cc

Please sign in to comment.