Skip to content

Commit

Permalink
run browser-sdk e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Feb 17, 2025
1 parent 05b8e8a commit ad03f5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/browser-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ jobs:
browser-sdk-test:
strategy:
matrix:
test_type: [unit] # e2e should be added back, see RUMF-1551
test_type: [unit, e2e:ci]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'DataDog/browser-sdk'
ref: 'thomas.lebeau/rum-event-format-e2e'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit ad03f5b

Please sign in to comment.