Skip to content

Commit

Permalink
fix: perms
Browse files Browse the repository at this point in the history
  • Loading branch information
SebassNoob committed May 26, 2024
1 parent be14ed2 commit 8544cc4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run-tests:
name: Run end-to-end tests with cypress
name: Run end-to-end tests
runs-on: ubuntu-latest

steps:
Expand All @@ -20,5 +20,8 @@ jobs:
with:
bun-version: 1.1.10

- name: Set script permissions
run: chmod +x cypress/test.sh

- name: Run test script
run: bun run test
run: bun run test

0 comments on commit 8544cc4

Please sign in to comment.