Skip to content

Commit

Permalink
fix(deploy_beta): тест
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr Pashkevich committed Mar 29, 2024
1 parent 6a15d1d commit d3ad282
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/post-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- name: Install dependencies
run: yarn

# Прогон тестов
- name: Run tests
run: yarn test

# Выпуск beta версии библиотеки, если в commit message есть вхождение строки "deploy_beta"
- name: Publish beta version
if: "contains(github.event.head_commit.message, 'deploy_beta')"
Expand Down

0 comments on commit d3ad282

Please sign in to comment.