Skip to content

Commit

Permalink
wip: migration from travis ci to github actions #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Nov 30, 2023
1 parent 4d702e0 commit f99f548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SLACK_USERNAME: GitHub Actions
SLACK_ICON: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
SLACK_COLOR: ${{ job.status == 'success' && 'good' || 'danger' }}
SLACK_MESSAGE: build of ${{ github.repository }}@ ${{ github.ref_name }} by ${{ github.actor }} ${{ job.status == 'success' && 'passed' || 'failed' }}
SLACK_MESSAGE: Build of ${{ github.repository }}@${{ github.ref_name }} by ${{ github.actor }} ${{ job.status == 'success' && 'passed' || 'failed' }}
SLACK_FOOTER:
coverage:
needs: [ test ]
Expand All @@ -43,8 +43,6 @@ jobs:
with:
node-version: ${{ vars.NODE_VERSION }}
- run: yarn
- run: yarn install
- run: yarn build
- uses: paambaati/codeclimate-action@v3.1.1
env:
CC_TEST_REPORTER_ID: 8e87a996279373f05f01ce8166aac1bc9dda990e9a2f936af25e5aa11326b127
Expand Down

0 comments on commit f99f548

Please sign in to comment.