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 f8906de commit 0afae96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: aw-sync-agent
run: go test ./tests/

- name: Set up ActivityWatch and agent
- name: Set up ActivityWatch
working-directory: aw-sync-agent/tests
run: |
sudo apt-get install -y wget jq
Expand All @@ -53,9 +53,9 @@ jobs:
unzip activitywatch-latest-linux-x86_64.zip -d activitywatch
./activitywatch/aw-qt &
# Run the built agent binary
./aw-sync-agent -prometheus-url http://localhost:9090 -aw-url http://localhost:5600 -immediate
- name: Run agent
working-directory: aw-sync-agent/tests
run: ./aw-sync-agent -prometheus-url http://localhost:9090 -aw-url 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 0afae96

Please sign in to comment.