Skip to content

Commit

Permalink
Update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 4, 2024
1 parent febf8b9 commit da29690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

- name: Start Services
shell:
cmd: 'make run'
cmd: 'make run &'
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency:
cancel-in-progress: true
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}

env:
FORCE_COLOR: 1

jobs:
pre-commit:
name: Run pre-commit
Expand Down

0 comments on commit da29690

Please sign in to comment.