From b1294fdd86f069d5b5edfb8015aa063adad1af9c Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Sun, 24 Dec 2023 11:33:44 +0100 Subject: [PATCH] Run default device tests --- .github/workflows/x-test-esp8266.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/x-test-esp8266.yml b/.github/workflows/x-test-esp8266.yml index 946c155f..754d5763 100644 --- a/.github/workflows/x-test-esp8266.yml +++ b/.github/workflows/x-test-esp8266.yml @@ -52,10 +52,12 @@ jobs: env: CI: true - name: PlatformIO lib install - run: pio pkg install + run: pio pkg update - name: PlatformIO run run: pio run -t upload --upload-port /dev/ttyUSB0 - name: Wait for device to come online - run: waitforhost 10.42.0.67 80 + run: waitforhost 10.42.0.11 80 - name: Confirm version - run: curl -s http://10.42.0.67/sysinfo.json|jq -r .version | grep "${{ steps.vars.outputs.sha_short }}" || exit 1 \ No newline at end of file + run: curl -s http://10.42.0.11/sysinfo.json|jq -r .version | grep "${{ steps.vars.outputs.sha_short }}" || exit 1 + - name: Running amsreader-test + run: amsreader-test 10.42.0.11