if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- - name: Build Gwion
- uses: fennecdjay/gwion-action@v1
- with:
- dir: .
- ref: ${{ github.sha }}
- run: 'true'
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Init submodules
+ run: git submodule update --init util ast
+
+ - name: Build & Test Gwion
+ run: make && make test
env:
USE_COVERAGE: 1
body: file://diff.html
to: ${{ github.event.repository.owner.email }},${{ github.event.pusher.email }}
from: Gwion Coverage action
- content_type: text/html
+ content_type: text/html
\ No newline at end of file