Skip to content

Commit

Permalink
Update .github/workflows/e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK authored and goncalo-frade-iohk committed Nov 6, 2023
1 parent 8f2aa0d commit 7d2b363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:
jobs:
run-e2e-tests:
name: "Run"
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Mask apikey
Expand Down
17 changes: 3 additions & 14 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,15 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v3

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- name: Cache gradle
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.konan
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Install Java ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v3
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: "adopt"

- name: Gradle Build Action
uses: gradle/gradle-build-action@v2

- name: Runner
run: echo ${{ runner.os }}

Expand Down

0 comments on commit 7d2b363

Please sign in to comment.