Skip to content

Commit 0971e57

Browse files
authored
Run tests on GitHub Actions instead of travis (#21)
1 parent 146a5b5 commit 0971e57

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Infrastructure Tests
2+
on:
3+
push:
4+
branches: [ master ]
5+
pull_request:
6+
branches: [ master ]
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Infrastructure Tests
14+
working-directory: test/integration
15+
run: |
16+
chmod +x runTests.sh
17+
./runTests.sh
18+
env:
19+
CX_INFRA_IT_CF_USERNAME: ${{ secrets.CX_INFRA_IT_CF_USERNAME }}
20+
CX_INFRA_IT_CF_PASSWORD: ${{ secrets.CX_INFRA_IT_CF_PASSWORD }}

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)