Skip to content

Commit

Permalink
update branch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov committed Apr 12, 2024
1 parent 57d8ff8 commit 4381d3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Verify
on:
push:
branches: [v24]
branches: [v24.4]
workflow_dispatch:
pull_request:
permissions:
Expand All @@ -13,7 +13,7 @@ jobs:
# for EnricoMi/publish-unit-test-result-action
issues: read
checks: write
pull-requests: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -28,7 +28,7 @@ jobs:
TBL=${{ secrets.TB_LICENSE }}
[ -z "$TBL" ] && echo "No TB license provided" && exit 1
mkdir -p ~/.vaadin/
echo '{"username":"'`echo $TBL | cut -d / -f1`'","proKey":"'`echo $TBL | cut -d / -f2`'"}' > ~/.vaadin/proKey
echo '{"username":"'`echo $TBL | cut -d / -f1`'","proKey":"'`echo $TBL | cut -d / -f2`'"}' > ~/.vaadin/proKey
- uses: actions/cache@v3
with:
path: ~/.m2/repository
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- uses: nanasess/setup-chromedriver@master
- uses: nanasess/setup-chromedriver@master
- name: Verify
run: |
mvn -B -V -ntp verify -Dcom.vaadin.testbench.Parameters.headless -Pit,production
Expand All @@ -46,4 +46,4 @@ jobs:
with:
files: "**/target/*-reports/TEST*.xml"
check_run_annotations: all tests, skipped tests
check_run_annotations_branch: v24
check_run_annotations_branch: v24.4

0 comments on commit 4381d3b

Please sign in to comment.