Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
remove ci-semver job (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
erkannt authored Aug 28, 2020
1 parent 96c2479 commit 091f4fd
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,6 @@ on:
- master

jobs:
ci-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Run browsertest container against latest semver images
run: make test_integration
- name: Dump logs on failure
if: failure()
run: |
docker-compose -f docker-compose.infra.yml logs
docker-compose -f docker-compose.yml logs
- name: Notify slack
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1
with:
channel: libero-reviewer-tech
status: FAILED
color: danger

ci-master:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 091f4fd

Please sign in to comment.