Skip to content

Commit 9da6369

Browse files
committed
Bump
1 parent bed5561 commit 9da6369

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ jobs:
1111
- name: checkout repo
1212
uses: actions/checkout@v4
1313
- run: make image
14+
15+
test:
16+
runs-on: ubuntu-latest
17+
env:
18+
METABLOCK_API_TOKEN: ${{ secrets.METABLOCK_API_TOKEN }}
19+
METABLOCK_SPACE: mblock
20+
21+
steps:
22+
- name: checkout repo
23+
uses: actions/checkout@v4
24+
- name: apply ingress
25+
uses: ./
26+
with:
27+
path: example

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)