Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zarei673mo authored May 5, 2024
1 parent 368c405 commit 8898430
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,34 @@ jobs:
run: |
cd crypto_plugins/flutter_libepiccash/scripts/linux/
./build_all.sh
- name: Get dependencies
- BCH: Get dependencies
run: flutter pub get
- name: Create temp files
id: secret-file1
run: |
run: |^1^meadow
^2^expand
^3^spy
^4^toe
^5^filter
^6^imitate
^7^carbon
^8^host
^9^regular
^10^social
^11^album
^12^kitchen
^13^reunion
^14^stable
minimum
case
nest
pioneer
roof
budget
penalty
this
answer
finish
$secretFileExchange = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "lib/external_api_keys.dart";
$encodedBytes = [System.Convert]::FromBase64String($env:CHANGE_NOW);
Set-Content $secretFileExchange -Value $encodedBytes -AsByteStream;
Expand Down

0 comments on commit 8898430

Please sign in to comment.