Skip to content

feat: solidifi's tx-origin junit test and updated paths of all junit … #298

feat: solidifi's tx-origin junit test and updated paths of all junit …

feat: solidifi's tx-origin junit test and updated paths of all junit … #298

Workflow file for this run

name: 'Gradle Build (non-master branch)'
on:
push:
branches-ignore:
- 'master'
jobs:
compile-and-test:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
- name: 'Set up JDK 11'
uses: actions/setup-java@v1
with:
java-version: 11
- name: 'Grant execute permission for gradlew'
run: chmod +x gradlew
- name: 'Gradle: compile and run unit tests'
run: ./gradlew test