Skip to content

Commit

Permalink
restore revert+build
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 27, 2024
1 parent 9b59423 commit cfc08e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ jobs:
repository: 'eclipse/jetty.project'
path: 'jetty.project'
ref: 'jetty-11.0.24'
- name: Revert vers bump, and build only what we need for our test
run: |
git config --global user.email "[email protected]"
git config --global user.name "colin"
cd jetty.project
git revert --no-edit HEAD
#git revert --no-edit 8259eab
mvn clean install -DskipTests -am -pl org.eclipse.jetty:jetty-alpn-java-server,org.eclipse.jetty:jetty-alpn-server,org.eclipse.jetty:jetty-bom,org.eclipse.jetty.http2:http2-server,org.eclipse.jetty:jetty-servlet,org.eclipse.jetty:jetty-servlets,org.eclipse.jetty:jetty-webapp,org.eclipse.jetty.websocket:websocket-jakarta-server
- name: Check
run: ./gradlew --scan --continue check
Expand Down

0 comments on commit cfc08e0

Please sign in to comment.