Skip to content

Commit

Permalink
update some ci-cds ST-172
Browse files Browse the repository at this point in the history
  • Loading branch information
nzaytsev committed Aug 8, 2024
1 parent 2890c8f commit ad5290a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@ jobs:
steps:
- name: Run unit tests
run: exit 0
test-other:
name: Run other tests
runs-on: ubuntu-latest
steps:
- name: Run unit tests
run: exit 1
deployment:
name: Deploy
runs-on: ubuntu-latest
environment: production
concurrency: production
steps:
- name: Run unit tests
run: exit 0
run: sleep 10000 exit 0

0 comments on commit ad5290a

Please sign in to comment.