Skip to content

Commit

Permalink
Added github action for CI. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosckital committed Jun 21, 2020
1 parent 10a782c commit 5916692
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Continuous Integration

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Test the extension via shell script
run: ./tests/e2e.sh

0 comments on commit 5916692

Please sign in to comment.