Skip to content

Commit

Permalink
feat: Add types
Browse files Browse the repository at this point in the history
fixes #18845
  • Loading branch information
nzakas committed Sep 4, 2024
1 parent e8fc5bd commit c9888c9
Show file tree
Hide file tree
Showing 15 changed files with 8,195 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,16 @@ jobs:
name: logs
path: |
wdio-logs/*.log
test_types:
name: Types Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install Packages
run: npm install
- name: Test
run: npm run test:types
Loading

0 comments on commit c9888c9

Please sign in to comment.