Debug safari #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master | |
- renovate/* | |
tags: | |
- '*' | |
pull_request: | |
schedule: | |
- cron: '0 4 * * 5' # Fridays at 4am | |
jobs: | |
test-safari: | |
name: Test Safari | |
runs-on: macos-latest | |
steps: | |
- name: List launchers | |
run: pnpx testem launchers | |
# - name: Checkout code | |
# uses: wyvox/action@v1 | |
# - name: Lint | |
# run: pnpm lint | |
# - name: Test | |
# run: pnpm test:ember --config-file testem.safari.js |