mirror of
https://github.com/jgthms/bulma
synced 2026-03-16 18:44:28 -07:00
Add Cypress workflow
This commit is contained in:
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: End-to-end tests
|
||||
on: [push]
|
||||
jobs:
|
||||
cypress-run:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"projectId": "tnstsp",
|
||||
"env": {
|
||||
"black": "rgb(10, 10, 10)",
|
||||
"black-bis": "rgb(18, 18, 18)",
|
||||
|
||||
1
cypress/.gitignore
vendored
Normal file
1
cypress/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
videos
|
||||
Reference in New Issue
Block a user