Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phrp720 committed Nov 23, 2024
1 parent 0afae96 commit b6600ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
LATEST_RELEASE_URL=$(curl -s https://api.github.com/repos/ActivityWatch/activitywatch/releases/latest | jq -r '.assets[] | select(.name | endswith("linux-x86_64.zip")) | .browser_download_url')
wget $LATEST_RELEASE_URL -O activitywatch-latest-linux-x86_64.zip
unzip activitywatch-latest-linux-x86_64.zip -d activitywatch
./activitywatch/aw-qt &
./activitywatch/activitywatch/aw-qt
- name: Run agent
working-directory: aw-sync-agent/tests
run: ./aw-sync-agent -prometheus-url http://localhost:9090 -aw-url http://localhost:5600 -immediate
run: ./aw-sync-agent -prometheusUrl http://localhost:9090 -awUrl http://localhost:5600 -immediate
- name: Check logs for success
run: |
if grep -q "Synchronization process finished successfully" <(docker logs aw-sync-agent); then
Expand Down

0 comments on commit b6600ec

Please sign in to comment.