Skip to content

Commit 249b1a0

Browse files
authored
[CI] Move to Github Actions (#296)
1 parent f168405 commit 249b1a0

File tree

3 files changed

+17
-66
lines changed

3 files changed

+17
-66
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Browser tests
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- "[0-9]+.[0-9]+"
8+
pull_request: ~
9+
10+
jobs:
11+
admin-ui-modules:
12+
name: "AdminUI modules"
13+
uses: ezsystems/ezplatform/.github/workflows/[email protected]
14+
with:
15+
test-suite: "--mode=behat --profile=adminui --suite=adminuimodules"
16+
secrets:
17+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

.travis.yml

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

.travis/prepare_ezplatform.sh

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

0 commit comments

Comments
 (0)