Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent cc3dc4e commit 3f6a08f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
solana-keygen new --outfile ~/.config/solana/id.json --no-bip39-passphrase --force
solana config set --keypair ~/.config/solana/id.json
#- name: Set solana target cluster to local
# run: solana config set --url http:localhost:8899

- name: Install Anchor
run: |
cargo install --git https://github.com/coral-xyz/anchor anchor-cli --tag v0.30.1 || echo "Anchor installation failed"
Expand All @@ -70,7 +67,6 @@ jobs:

- name: Build Anchor Program
run: anchor build
continue-on-error: true

- name: Run Anchor Tests
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ test-ledger
.yarn
sh/test-ledger-b.sh
app/front/src/idl/nft_ticketing.json
_OLD
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
> NFT Marketplace Event Ticketing (**under development**)
![Build](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/tests.yml/badge.svg)
![License](https://img.shields.io/badge/License-MIT-blue)


Expand Down

0 comments on commit 3f6a08f

Please sign in to comment.