Skip to content

Commit

Permalink
Merge pull request #156 from siliataider/silia-dev
Browse files Browse the repository at this point in the history
fix typo ci workflow
  • Loading branch information
siliataider authored Jan 23, 2024
2 parents a500241 + 6fee170 commit 36000a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app_deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: test-back-python, test-back-java
needs: [test-back-python, test-back-java]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions backAgent/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
1
1
1
1
1

0 comments on commit 36000a1

Please sign in to comment.