Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Feb 23, 2024
1 parent 05fb66a commit 59683af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: TEST DO NOT MERGE
on:
push:

jobs:
deploy-devhub-contract:
runs-on: ubuntu-latest
name: test
steps:
- name: Install near CLI
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-installer.sh | sh
near contract inspect devhub.near network-config mainnet now

0 comments on commit 59683af

Please sign in to comment.