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

remove ci-semver job #1348

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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