2 Commits

Author SHA1 Message Date
bece64c132 сi: update alr-spec 2025-06-12 22:42:15 +03:00
6d29b98cf7 ci: fix update-alr-git and disable e2e 2025-06-12 22:05:37 +03:00
2 changed files with 8 additions and 7 deletions

View File

@@ -16,11 +16,12 @@
name: E2E name: E2E
# on:
# push:
# branches: [ main ]
# pull_request:
on: on:
push: workflow_dispatch:
branches: [ main ]
pull_request:
jobs: jobs:
tests: tests:

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup alr-spec - name: Setup alr-spec
run: | run: |
uv tool install alr-spec==0.0.4 uv tool install alr-spec==0.0.5
- name: Install alr - name: Install alr
run: | run: |
@@ -56,8 +56,8 @@ jobs:
- name: Update version - name: Update version
working-directory: ./alr-default/alr-git working-directory: ./alr-default/alr-git
run: | run: |
alr-spec set-filed version $NEW_ALR_VERSION alr-spec set-field version $NEW_ALR_VERSION
alr-spec set-filed release 1 alr-spec set-field release 1
- name: Commit changes - name: Commit changes
run: | run: |