Skip to content

nightly-build

nightly-build #80

Workflow file for this run

name: nightly-build
on:
schedule:
- cron: '7 7 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Setup | Rust
id: rustup
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- name: Setup | Just
id: just
uses: extractions/setup-just@v1
- name: Build all workspaces
run: just nightly-build
- name: WASM all contracts
run: just wasm-all