Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

remove anchor program

remove anchor program #4

Workflow file for this run

name:Test Program
on:
push:
branches:["*"]
paths:
-"programs/**"
-"tests/**"
-"Anchor.toml"
-"Cargo.toml"
-"Cargo.lock"
workflow_dispatch:
inputs:
program:
description:"Program to test"
required:true
default:"transaction_example"
jobs:
test:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:Woody4618/github-action/.github/actions/run-tests@main
with:
program:${{ github.event.inputs.program }}

[8]ページ先頭

©2009-2025 Movatter.jp