More tweaks
Some checks failed
Tests / test-unit-cover (pull_request) Failing after 7m33s
Run Gosec / Gosec (pull_request) Failing after 8m2s
Lint / Run golangci-lint (pull_request) Has been cancelled
Lint / Run flake8 on python integration tests (pull_request) Has been cancelled
Deploy Contract / deploy (pull_request) Has been cancelled
CodeQL / Analyze (go) (pull_request) Has been cancelled
Build / build (pull_request) Has been cancelled
Tests / test-rpc (pull_request) Successful in 4m33s
Tests / sdk_tests (pull_request) Has been cancelled
Tests / test-importer (pull_request) Has been cancelled
Some checks failed
Tests / test-unit-cover (pull_request) Failing after 7m33s
Run Gosec / Gosec (pull_request) Failing after 8m2s
Lint / Run golangci-lint (pull_request) Has been cancelled
Lint / Run flake8 on python integration tests (pull_request) Has been cancelled
Deploy Contract / deploy (pull_request) Has been cancelled
CodeQL / Analyze (go) (pull_request) Has been cancelled
Build / build (pull_request) Has been cancelled
Tests / test-rpc (pull_request) Successful in 4m33s
Tests / sdk_tests (pull_request) Has been cancelled
Tests / test-importer (pull_request) Has been cancelled
This commit is contained in:
parent
4bf225726e
commit
b8c64a440d
@ -5,14 +5,6 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cleanup-runs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: rokroskar/workflow-run-cleanup-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -5,14 +5,6 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cleanup-runs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: rokroskar/workflow-run-cleanup-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -20,7 +12,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: '20.x'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Test contract
|
||||
|
@ -7,14 +7,6 @@ on:
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
cleanup-runs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: rokroskar/workflow-run-cleanup-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
|
||||
|
||||
test-unit-cover:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user