Skip to content

Commit

Permalink
TASK-217 Self-host gitrunners on AGH servers (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
prenc authored Jan 20, 2021
1 parent e5041ad commit 6d073d3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 33 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/ci_test.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI

on: [push]

jobs:
cypress:
name: Cypress check
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5]
steps:
- name: Checkout project
uses: actions/checkout@v2

- name: Run Cypress
uses: cypress-io/github-action@v2
with:
group: 'Nurse project workers'
record: true
parallel: true
start: npm start
browser: electron
headless: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d073d3

Please sign in to comment.