Skip to content

MARP-1703 end2 end testing tryout with adding a new test to call to real endpoint #544

MARP-1703 end2 end testing tryout with adding a new test to call to real endpoint

MARP-1703 end2 end testing tryout with adding a new test to call to real endpoint #544

Workflow file for this run

name: CI-Build
on:
push:
pull_request:
schedule:
- cron: '21 21 * * *'
workflow_dispatch:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v5
secrets:
mvnArgs: -Dopenweather.appId=${{ secrets.APP_ID }} -Dopenweather.weatherDataUrl=${{ secrets.WEATHER_DATA_URL }} -Dopenweather.weatherGeoUrl=${{ secrets.WEATHER_GEO_URL }}