Skip to content

Commit 7ce8b96

Browse files
AbdulR3hmanAbdulRehman Faraj
authored andcommitted
Enable tests2 (awslabs#2895)
Co-authored-by: AbdulRehman Faraj <[email protected]>
1 parent 014f486 commit 7ce8b96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Java CI Push
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
# This is from: https://github.com/fkirc/skip-duplicate-actions#example-1-skip-entire-jobs
@@ -40,8 +40,8 @@ jobs:
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v5
4242
env:
43-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4443
slug: awslabs/aws-athena-query-federation
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4545
- name: Upload test results to Codecov
4646
if: ${{ !cancelled() }}
4747
uses: codecov/test-results-action@v1

.github/workflows/run_release_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: Build jars
34-
run: mvn clean package -T 1C -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN --no-transfer-progress
34+
run: mvn clean package -T 1C -DskipTests -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN --no-transfer-progress
3535
- name: Setup Repo Root Directory
3636
run: echo "REPOSITORY_ROOT=$GITHUB_WORKSPACE" >> $GITHUB_ENV
3737
- name: Setup AWS Cred

0 commit comments

Comments
 (0)