Skip to content

Commit

Permalink
Revert GitHub action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Jan 13, 2023
1 parent cf65e4b commit f1b5f56
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ concurrency:

jobs:
check:
name: Check on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -22,19 +18,13 @@ jobs:
distribution: temurin
java-version: 11
cache: gradle
- name: Install Docker
if: runner.os == 'macOS'
run: brew install docker
- name: Start Docker
if: runner.os == 'macOS'
run: colima start
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Setup GraalVM
run: ./gradlew installNativeImageTooling --stacktrace
run: ./gradlew installNativeImageTooling
- name: Check
run: ./gradlew check --stacktrace
- name: Upload Test Results
Expand Down

0 comments on commit f1b5f56

Please sign in to comment.