Skip to content

Commit

Permalink
Create front-end dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Aug 26, 2024
1 parent 46ee0bf commit f66ecad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ jobs:
working-directory: dummy-issuer
run: ./build.sh

- name: Create dist folder
run: mkdir -p dummy-relying-party/frontend/dist

- name: Cargo tests
run: cargo test

0 comments on commit f66ecad

Please sign in to comment.