mirror of
https://github.com/jlengrand/dotaClient.git
synced 2026-03-10 08:11:18 +00:00
Sets Java 17 as default version
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
name: Run API tests based on Jetbrains HTTP Client
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Downloads and runs the Jetbrains HTTP Client CLI
|
||||
run: |
|
||||
curl -f -L -o ijhttp.zip "https://jb.gg/ijhttp/latest"
|
||||
unzip ijhttp.zip
|
||||
./ijhttp/ijhttp Apis/HeroesApi.http --env-file Apis/http-client.env.json --env dev
|
||||
4
.github/workflows/testIJHTTP.yml
vendored
4
.github/workflows/testIJHTTP.yml
vendored
@@ -7,6 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
- name: Downloads and runs the Jetbrains HTTP Client CLI
|
||||
run: |
|
||||
curl -f -L -o ijhttp.zip "https://jb.gg/ijhttp/latest"
|
||||
|
||||
Reference in New Issue
Block a user