Actualización
This commit is contained in:
16
plugin/h5p/cache-h5p/.github/workflows/cypress.yml
vendored
Normal file
16
plugin/h5p/cache-h5p/.github/workflows/cypress.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x, 10.x, 12.x]
|
||||
|
||||
steps:
|
||||
- name: Cypress.io
|
||||
uses: cypress-io/github-action@v1.16.1
|
||||
Reference in New Issue
Block a user