Skip to content

Commit

Permalink
ci: switch to using only ActivityWatch v0.12.0 in integration testing…
Browse files Browse the repository at this point in the history
… (no more aw-server-rust@master)
  • Loading branch information
ErikBjare committed Sep 8, 2022
1 parent a4c932b commit d70d0d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
node-version: [16]
python-version: ['3.9']
aw-server: ["aw-server", "aw-server-rust"]
aw-version: ["v0.12.0b2"]
include:
- node-version: '16'
python-version: '3.9'
aw-server: "aw-server-rust"
aw-version: "master"
aw-version: ["v0.12.0"]
#include:
#- node-version: '16'
# python-version: '3.9'
# aw-server: "aw-server-rust"
# aw-version: "master"

steps:
- uses: actions/checkout@v2
Expand Down

2 comments on commit d70d0d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.0 (click to expand)

CML watermark

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.0 (click to expand)

CML watermark

Please sign in to comment.