Skip to content

Commit

Permalink
fix(): Playground resources (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiamont authored Nov 21, 2021
1 parent 6bc431a commit 49d556e
Show file tree
Hide file tree
Showing 18 changed files with 14 additions and 280 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/default-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup submodules
run: git submodule init && git submodule update
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand All @@ -18,9 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup submodules
run: git submodule init && git submodule update
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '8'
- name: Run server tests
run: ./gradlew :server:test
run: ./gradlew :server:test
10 changes: 8 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup submodules
run: git submodule init && git submodule update
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand All @@ -18,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup submodules
run: git submodule init && git submodule update
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand All @@ -30,14 +34,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup submodules
run: git submodule init && git submodule update
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '8'
- name: Prepare environment
env:
GRADLE_PROPERTIES: ${{secrets.GRADLE_PROPERTIES}}
GRADLE_PROPERTIESTOTO: ${{secrets.GRADLE_PROPERTIESTOTO}}
shell: bash
run: 'echo "$GRADLE_PROPERTIES" > gradle.properties'
- name: Deploy server library
Expand All @@ -48,14 +53,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup submodules
run: git submodule init && git submodule update
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '8'
- name: Prepare environment
env:
GRADLE_PROPERTIES: ${{secrets.GRADLE_PROPERTIES}}
GRADLE_PROPERTIESTOTO: ${{secrets.GRADLE_PROPERTIESTOTO}}
shell: bash
run: 'echo "$GRADLE_PROPERTIES" > gradle.properties'
- name: Deploy Server Ktor library
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.arianegraphql"
version = "0.0.5"
version = "0.0.6"

repositories {
mavenCentral()
Expand Down
8 changes: 0 additions & 8 deletions graphql-ktx/build.gradle.kts

This file was deleted.

9 changes: 0 additions & 9 deletions graphql-ktx/src/main/kotlin/com/arianegraphql/ktx/Argument.kt

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions graphql-ktx/src/main/kotlin/com/arianegraphql/ktx/Info.kt

This file was deleted.

26 changes: 0 additions & 26 deletions graphql-ktx/src/main/kotlin/com/arianegraphql/ktx/Resolver.kt

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions graphql-ktx/src/main/kotlin/com/arianegraphql/ktx/ScalarBuilder.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 49d556e

Please sign in to comment.