mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Update github workflows
This commit is contained in:
committed by
Dan Christian Bogos
parent
4c34d321de
commit
ccd4a92432
6
.github/workflows/integration_tests.yaml
vendored
6
.github/workflows/integration_tests.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.21.0"
|
||||
go-version: "1.21.3"
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
@@ -50,6 +50,4 @@ jobs:
|
||||
|
||||
- name: Run integration tests
|
||||
run: |
|
||||
sudo su <<EOF
|
||||
./integration_test.sh
|
||||
EOF
|
||||
sudo env "PATH=$PATH" ./integration_test.sh
|
||||
|
||||
Reference in New Issue
Block a user