Skip to content

Commit

Permalink
Init Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Quagbot committed Mar 25, 2022
1 parent 8443e55 commit c61043b
Show file tree
Hide file tree
Showing 2,726 changed files with 315,586 additions and 49,023 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/gradle.yml
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
Loading

0 comments on commit c61043b

Please sign in to comment.