Skip to content

Commit 7fdce90

Browse files
committed
Remove old build file
1 parent 06785c9 commit 7fdce90

File tree

3 files changed

+8
-276
lines changed

3 files changed

+8
-276
lines changed

.github/workflows/build.yaml

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

.github/workflows/reusable-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
uses: actions/checkout@v4
6666
with:
6767
fetch-depth: 1
68+
6869
- name: Set deployment variables
6970
run: |
7071
# Network specific variables

.github/workflows/test.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818

1919
jobs:
2020
test:
21-
uses: ./.github/workflows/reusable_test.yaml
22-
with:
23-
program: ${{ github.event.inputs.program || 'transaction_example' }}
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v3
24+
25+
- uses: ./.github/actions/run-tests/
26+
with:
27+
program: ${{ github.event.inputs.program }}

0 commit comments

Comments
 (0)