Skip to content

Commit

Permalink
chore(build): update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
skjsjhb committed Jan 29, 2025
1 parent 4da213e commit ac1cda5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.45"
bun-version: "1.2.0"
- name: Install Dependencies
run: bun install
- name: Check Types
run: bun type-check
- name: Run Unit Tests
run: bun test
- name: Deactivate AppImage Restrictions
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Run Instrumented Tests
run: bun itest

0 comments on commit ac1cda5

Please sign in to comment.