Skip to content

Commit

Permalink
Make goth runs compatible with yagna 0.7 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Jun 23, 2021
1 parent e78ae28 commit 3f85cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/goth-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on:

jobs:
goth-tests:
name: Run integration tests (stable)
strategy:
fail-fast: false
matrix:
branch: ["master", "b0.6"]
name: Run integration tests (nightly) on ${{ matrix.branch }}
runs-on: goth
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 'b0.5'
ref: ${{ matrix.branch }}

- name: Configure python
uses: actions/setup-python@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: integration-test
name: Goth (PR and push)

on:
push:
Expand All @@ -9,17 +9,12 @@ on:
branches:
- master
- b0.*
schedule:
# run this workflow every day at 1:30 AM UTC
- cron: '30 1 * * *'

jobs:

goth-tests:
name: Run integration tests
runs-on: goth
steps:

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 3f85cb8

Please sign in to comment.