Skip to content

Commit

Permalink
✅ removed redundant build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere committed Feb 7, 2024
1 parent abb73f1 commit f88557b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ on:
types: [synchronize, opened, reopened, ready_for_review, unlabeled]

jobs:
call_build:
uses: ./.github/workflows/build.yml

test:
runs-on: ubuntu-22.04
needs: call_build

steps:
- uses: actions/checkout@v3
Expand All @@ -26,18 +22,6 @@ jobs:
- name: Install mops
uses: ZenVoich/setup-mops@v1

- name: download wasm
uses: actions/download-artifact@v3
with:
name: backend.wasm
path: .

- name: Download did
uses: actions/download-artifact@v3
with:
name: backend.did
path: .

- name: generate declarations
run: dfx generate backend

Expand Down

0 comments on commit f88557b

Please sign in to comment.