Skip to content

Commit

Permalink
Remove CircleCI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Phạm authored and Duy Phạm committed Nov 8, 2024
1 parent 7c4e897 commit ec12b4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 106 deletions.
104 changes: 0 additions & 104 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'epic/**'

jobs:
build-test:
build_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'epic/**'

jobs:
build-test:
build_release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit ec12b4e

Please sign in to comment.