Skip to content

Mike/improve/flashloan logic #56

Mike/improve/flashloan logic

Mike/improve/flashloan logic #56

Workflow file for this run

permissions:
contents: read
name: Examples
on:
pull_request:
merge_group:
branches:
- main
env:
CARGO_TERM_COLOR: always
GITHUB_ACTIONS: true
MOVE_VERSION: 2.1
COMPILER_VERSION: 2.0
ARTIFACTS_LEVEL: all
jobs:
compile-examples:
name: Compile All Examples
runs-on: Larger-Github-Runners
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Install Aptos CLI
uses: ./.github/actions/install-aptos-cli
with:
version: "7.7.0"
- name: Run Aptos Compile All Examples
working-directory: examples
run: make compile