Skip to content

Commit 164f4e0

Browse files
committed
misc: remove tests
1 parent 660fa7c commit 164f4e0

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
2828
restore-keys: |
2929
${{ runner.os }}-gradle-
30-
- name: Configure Gradle
31-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
3230
- name: Build and Test ${{ env.PACKAGE_NAME }}
3331
run: |
3432
./gradlew build
@@ -46,8 +44,6 @@ jobs:
4644
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
4745
restore-keys: |
4846
${{ runner.os }}-gradle-
49-
- name: Configure Gradle
50-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
5147
- name: Build and Test ${{ env.PACKAGE_NAME }}
5248
run: |
5349
./gradlew build
@@ -57,8 +53,6 @@ jobs:
5753
steps:
5854
- name: Checkout sources
5955
uses: actions/checkout@v2
60-
- name: Configure Gradle
61-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@mainp
6256
- name: Build and Test ${{ env.PACKAGE_NAME }}
6357
run: |
6458
./gradlew build

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v2
21-
- name: Configure Gradle
22-
run: |
23-
gradleVersion=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties | sed -n 's|.*gradle-\([0-9.]*\)-bin.zip|\1|p')
24-
echo Configuring custom Gradle distribution URL with version: $gradleVersion
25-
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-$gradleVersion-bin.zip
2621
- name: Lint ${{ env.PACKAGE_NAME }}
2722
run: |
2823
./gradlew ktlint

0 commit comments

Comments
 (0)