testdriverai 5.7.41 → 5.7.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,12 +119,14 @@ jobs:
119
119
  name: Commit Snippets
120
120
  needs: run-tests
121
121
  runs-on: ubuntu-latest
122
- if: ${{ always() }}
123
122
  env:
124
123
  BASE_BRANCH: ${{ github.ref_name }}
125
124
  steps:
126
125
  - name: Check out current branch
127
126
  uses: actions/checkout@v3
127
+ with:
128
+ token: ${{ secrets.GH_TOKEN }}
129
+ ref: ${{ github.head_ref }}
128
130
  - name: Download all snippets artifacts
129
131
  uses: actions/download-artifact@v4
130
132
  with:
@@ -140,3 +142,4 @@ jobs:
140
142
  message: "Update test snippets [skip ci]"
141
143
  add: "docs/snippets/tests"
142
144
  new_branch: ${{ github.head_ref }}
145
+ tag_push: "--force-with-lease"
@@ -9,7 +9,7 @@ on:
9
9
  jobs:
10
10
  bump_version:
11
11
  name: "Bump Version"
12
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
12
+ if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
15
  - name: Checkout code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.7.41",
3
+ "version": "5.7.42",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {