Skip to content

Commit

Permalink
Update unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 authored Oct 15, 2024
1 parent 6548596 commit bc7a909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ name: unit_tests

jobs:
unit_tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-lattest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'v16.x'
cache: 'yarn'
- run: sudo sysctl -w kernel.unprivileged_userns_clone=1
- run: yarn
- run: yarn test-headless

0 comments on commit bc7a909

Please sign in to comment.