Upgrade to hurl 8.0.0
This commit is contained in:
@@ -158,16 +158,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: gacts/install-hurl@v1
|
- uses: gacts/install-hurl@v1
|
||||||
|
with:
|
||||||
|
version: 8.0.0
|
||||||
- name: 🚀 Deploy to production
|
- name: 🚀 Deploy to production
|
||||||
run: hurl --test --report-tap deploy.tap scripts/prod/deploy.hurl
|
run: hurl --test --report-tap deploy.tap scripts/prod/deploy.hurl
|
||||||
env:
|
env:
|
||||||
HURL_coolify_token: ${{ secrets.COOLIFY_TOKEN }}
|
HURL_VARIABLE_coolify_token: ${{ secrets.COOLIFY_TOKEN }}
|
||||||
HURL_coolify_host: ${{ vars.COOLIFY_HOST }}
|
HURL_VARIABLE_coolify_host: ${{ vars.COOLIFY_HOST }}
|
||||||
HURL_coolify_app_uuid: ${{ vars.COOLIFY_APP_UUID }}
|
HURL_VARIABLE_coolify_app_uuid: ${{ vars.COOLIFY_APP_UUID }}
|
||||||
- name: ⏳ Wait for container to start
|
- name: ⏳ Wait for container to start
|
||||||
run: hurl --test --report-tap healthcheck.tap test/healthcheck.hurl
|
run: hurl --test --report-tap healthcheck.tap test/healthcheck.hurl
|
||||||
- name: ✅ Run verification tests
|
- name: ✅ Run verification tests
|
||||||
run: hurl --test --report-tap verification.tap test/prod.hurl
|
run: hurl --test --report-tap verification.tap test/prod.hurl
|
||||||
env:
|
env:
|
||||||
HURL_api_token: ${{ secrets.API_TOKEN }}
|
HURL_VARIABLE_api_token: ${{ secrets.API_TOKEN }}
|
||||||
- uses: pcolby/tap-summary@v1
|
- uses: pcolby/tap-summary@v1
|
||||||
|
|||||||
@@ -12,16 +12,16 @@ OPENAI_KEY = 'change-me'
|
|||||||
DISCOGS_PERSONAL_ACCESS_TOKEN = 'change-me'
|
DISCOGS_PERSONAL_ACCESS_TOKEN = 'change-me'
|
||||||
|
|
||||||
# DEPLOYMENT
|
# DEPLOYMENT
|
||||||
HURL_api_token = 'change-me'
|
HURL_VARIABLE_api_token = 'change-me'
|
||||||
HURL_coolify_app_uuid = 'change-me'
|
HURL_VARIABLE_coolify_app_uuid = 'change-me'
|
||||||
HURL_coolify_host = 'https://<fqdn>'
|
HURL_VARIABLE_coolify_host = 'https://<fqdn>'
|
||||||
HURL_coolify_token = 'change-me'
|
HURL_VARIABLE_coolify_token = 'change-me'
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
elixir = "1.20.0-rc.4-otp-28"
|
elixir = "1.20.0-rc.4-otp-28"
|
||||||
erlang = "28.5"
|
erlang = "28.5"
|
||||||
node = "25.9.0"
|
node = "25.9.0"
|
||||||
hurl = 'latest'
|
hurl = '8.0.0'
|
||||||
sqlite = 'latest'
|
sqlite = 'latest'
|
||||||
gh = 'latest'
|
gh = 'latest'
|
||||||
shellcheck = 'latest'
|
shellcheck = 'latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user