-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,726 changed files
with
315,586 additions
and
49,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# This workflow will build a Java project with Gradle | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle | ||
|
||
name: Gradle | ||
# name: Gradle | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
# on: | ||
# push: | ||
# branches: [master] | ||
# pull_request: | ||
# branches: [master] | ||
|
||
jobs: | ||
build: | ||
env: | ||
TELNYX_MOCK_VERSION: 0.8.13 | ||
runs-on: ubuntu-latest | ||
# jobs: | ||
# build: | ||
# env: | ||
# TELNYX_MOCK_VERSION: 0.8.13 | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 1.8 | ||
- name: setup-telnyx-mock | ||
run: source ./.github/scripts/before_install.sh | ||
- name: Grant execute permission for gradlew | ||
run: chmod a+x gradlew | ||
- name: Build with Gradle | ||
run: ./gradlew build test install | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - name: Set up JDK 1.8 | ||
# uses: actions/setup-java@v1 | ||
# with: | ||
# java-version: 1.8 | ||
# - name: setup-telnyx-mock | ||
# run: source ./.github/scripts/before_install.sh | ||
# - name: Grant execute permission for gradlew | ||
# run: chmod a+x gradlew | ||
# - name: Build with Gradle | ||
# run: ./gradlew build test install |
Oops, something went wrong.