Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Oct 17, 2024
1 parent 403b5d5 commit 6d89a36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,12 @@ jobs:
chrome-version: latest
install-chromedriver: true
id: setup-chrome
- name: Set version
run: sed -i'.old' -e 's/\<version\>3\.0\.0\<\/version\>/\<version\>'"${GITHUB_REF:10}"'\<\/version\>/g' ./pom.xml
working-directory: java-accessibility-checker
- name: Echo
run: cat ./pom.xml
working-directory: java-accessibility-checker
- run: npm install
working-directory: rule-server
- run: npm run build
Expand Down

0 comments on commit 6d89a36

Please sign in to comment.