Skip to content

chore: change sh to bash #3

chore: change sh to bash

chore: change sh to bash #3

Workflow file for this run

name: Run tests
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
run-tests:
name: Run end-to-end tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.10
- name: Set script permissions
run: chmod +x cypress/test.sh
- name: Run test script
run: bun run test