Skip to content

Commit 14b305c

Browse files
committed
corect typo
1 parent c5bcb1e commit 14b305c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/rpe_test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Build and Publish RPE
22

33
on:
44
push:
5-
# tags:
6-
# - '*'
7-
# branches:
8-
# - '*'
5+
tags:
6+
- '*'
7+
branches:
8+
- '*'
9+
- '*/**'
910
pull_request:
1011

1112
concurrency:
@@ -88,7 +89,7 @@ jobs:
8889

8990
- name: E2E Playwright tests
9091
if: ${{ matrix.os == 'ubuntu-latest' }}
91-
run: npm compile && npx playwright test
92+
run: npm run compile && npx playwright test
9293

9394
- name: Run ESLint only on ubuntu-latest
9495
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)