Skip to content

Commit

Permalink
Grab whatever has happened in dev over last 21⅔ months
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Jul 18, 2024
2 parents 3bf32eb + 1cc38c1 commit c0a9d3e
Show file tree
Hide file tree
Showing 490 changed files with 49,434 additions and 22,447 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,20 @@ jobs:
options: "--user root"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run tests from the Test directory
run: make clean test deb dist

- name: Slack Notification
if: always()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url

test2:
runs-on: ubuntu-latest
container:
image: ghcr.io/teic/jenkins:dev
options: "--user root"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run tests from the Test2 directory
run: make test2

- name: Slack Notification
if: always()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url

12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit c0a9d3e

Please sign in to comment.