mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 22:56:05 -05:00
Try out GitHub Actions (#341)
This commit is contained in:
12
.github/workflows/ci.yml
vendored
Normal file
12
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: CI
|
||||
on:
|
||||
- pull_request
|
||||
jobs:
|
||||
cypress-run:
|
||||
name: Cypress tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@25a956c84d5dd820d28caab9f86b8d183aeeff3d # v2
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@9eab5368cd2520a946489cd3f937583ff5a30443 # v2
|
||||
Reference in New Issue
Block a user