Skip to content

Commit a71ed51

Browse files
committed
test update
1 parent 1a6dabb commit a71ed51

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/SJAlgorithm.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on: push
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
13+
env:
14+
working-directory: ./SJAlgorithm
1415
steps:
1516
- uses: actions/checkout@v2
1617
- uses: actions/setup-java@v2
@@ -19,14 +20,10 @@ jobs:
1920
distribution: 'adopt'
2021

2122
- name: Packaging
22-
run:|
23-
cd SJAlgorithm\
24-
mvn package
23+
run: mvn package
2524

2625
- name: Run Recommand System
27-
run:|
28-
cd SJAlgorithm\
29-
java -jar target/SJAlgorithm-1.0-SNAPSHOT.jar ${{secrets.SECRET_TOKEN}}
26+
run: java -jar target/SJAlgorithm-1.0-SNAPSHOT.jar ${{secrets.SECRET_TOKEN}}
3027

3128
# - name: Compile
3229
# run: javac SJAlgorithm.java

.idea/workspace.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)