Skip to content

Commit

Permalink
[CI] Moved to Github Actions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Jan 12, 2022
1 parent 1acd741 commit ad0f69d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 38 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

name: Browser tests

on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request: ~

jobs:
standard-design:
name: "Core browser tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^3.3.x-dev'
test-suite: '--mode=standard --profile=core --suite=web --tags=~@broken'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

0 comments on commit ad0f69d

Please sign in to comment.