Skip to content

Commit 8aba29d

Browse files
committed
Merge branch 'migrate-to-esm' of github.com:codeceptjs/CodeceptJS into migrate-to-esm
2 parents 350c43f + a38033e commit 8aba29d

18 files changed

+1095
-882
lines changed

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Generate and update documentation
4242
run: |
4343
npm run docs
44-
git add docs/**/*.md
44+
git add docs/**/*.md docs/**/*.js
4545
if ! git diff --cached --quiet; then
4646
git commit -m "DOC: Autogenerate and update documentation" --no-verify
4747
fi

.github/workflows/webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818

19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
2222
node-version: [20.x]

0 commit comments

Comments
 (0)