1- name : " Build Test"
1+ name : ' Build Test'
22
33on :
44 pull_request :
55 branches : [main]
66 paths-ignore :
7- - " **/README.md"
7+ - ' **/README.md'
88 push :
99 branches : [main]
1010 tags :
11- - " v* "
11+ - ' v* '
1212 paths-ignore :
13- - " **/README.md"
13+ - ' **/README.md'
1414
1515jobs :
1616 build-test :
1717 if : ${{github.ref_type != 'tag'}}
18- name : " Build and Test"
18+ name : ' Build and Test'
1919 uses : bitfinity-network/ci-wf/.github/workflows/build-n-test.yml@main
2020 with :
2121 runs-on : ubuntu-latest
22- container-image : ghcr.io/bitfinity-network/ic-dev-base:rust1.72 -dfx0.15
23- git-fetch-depth : " 0 "
22+ container-image : ghcr.io/bitfinity-network/ic-dev-base:rust1.73 -dfx0.15
23+ git-fetch-depth : ' 0 '
2424 skip-test : false
2525 audit-allow-warnings : true
26- cargo-clippy-extra-args : " -- -D warnings"
26+ cargo-clippy-extra-args : ' -- -D warnings'
2727 enable-target-cache : true
2828 test-script : |
2929 export RUST_BACKTRACE="full"
3030 ./scripts/test.sh
3131 ./scripts/build.sh
3232 ./scripts/dfx_test.sh
33-
33+
3434 secrets :
3535 gh_login : ${{ secrets.GH_PKG_LOGIN }}
3636 gh_token : ${{ secrets.GH_PKG_TOKEN }}
4545 os : ubuntu-latest
4646 target : x86_64-unknown-linux-gnu
4747 bin : register-evm-agent
48-
48+
4949 - release_for : Windows-x86_64
5050 os : windows-latest
5151 target : x86_64-pc-windows-msvc
5555 os : macos-latest
5656 target : x86_64-apple-darwin
5757 bin : register-evm-agent
58-
58+
5959 - release_for : MacOS-M1
6060 os : macos-latest
6161 target : aarch64-apple-darwin
@@ -72,14 +72,14 @@ jobs:
7272 target : ${{ matrix.platform.target }}
7373 command : build
7474 strip : true
75- args : " --release -p register_evm_agent"
75+ args : ' --release -p register_evm_agent'
7676
7777 - name : Prepare artifact files
7878 run : |
7979 mkdir -p ./target/artifact
8080 mv target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} ./target/artifact/${{ matrix.platform.bin }}
81-
82- - name : " Uploading artifact"
81+
82+ - name : ' Uploading artifact'
8383 uses : actions/upload-artifact@v3
8484 with :
8585 if-no-files-found : error
@@ -92,25 +92,25 @@ jobs:
9292 needs : [release-binaries]
9393 runs-on : ubuntu-latest
9494 steps :
95- - name : " Artifact Linux"
95+ - name : ' Artifact Linux'
9696 uses : actions/download-artifact@v3
9797 with :
9898 name : Linux-x86_64
9999 path : ./linux
100-
101- - name : " Artifact MacOs"
100+
101+ - name : ' Artifact MacOs'
102102 uses : actions/download-artifact@v3
103103 with :
104104 name : MacOS-x86_64
105105 path : ./macos
106106
107- - name : " Artifact MacOs M1"
107+ - name : ' Artifact MacOs M1'
108108 uses : actions/download-artifact@v3
109109 with :
110110 name : MacOS-M1
111111 path : ./macos-m1
112-
113- - name : " Artifact Windows"
112+
113+ - name : ' Artifact Windows'
114114 uses : actions/download-artifact@v3
115115 with :
116116 name : Windows-x86_64
0 commit comments