Skip to content

Commit

Permalink
[CI] Move to Github Actions (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Apr 12, 2022
1 parent f168405 commit 249b1a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 66 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Browser tests

on:
push:
branches:
- master
- "[0-9]+.[0-9]+"
pull_request: ~

jobs:
admin-ui-modules:
name: "AdminUI modules"
uses: ezsystems/ezplatform/.github/workflows/[email protected]
with:
test-suite: "--mode=behat --profile=adminui --suite=adminuimodules"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .travis/prepare_ezplatform.sh

This file was deleted.

0 comments on commit 249b1a0

Please sign in to comment.