Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 17, 2024
1 parent 98d46fb commit 58ec6e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build springBootMonitor
run: cd springBootMonitor && mvn package
- name: Build springProfilesChangeDemo
run: cd springProfilesChangeDemo && mvn package
# - name: Build springBootMonitor
# run: cd springBootMonitor && mvn package
# - name: Build springProfilesChangeDemo
# run: cd springProfilesChangeDemo && mvn package
# - name: Build springBootBlog
# run: cd springBootBlog && mvn package
- name: Build springCloud1
Expand Down
3 changes: 2 additions & 1 deletion springUber/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@

## Ref

- todo
- Uber ride API:
- https://developer.uber.com/docs/riders/ride-requests/tutorials/api/introduction

0 comments on commit 58ec6e4

Please sign in to comment.