mirror of
https://github.com/alexgo-io/alex-v1.git
synced 2026-04-30 10:51:41 +08:00
feat: fix path issue
This commit is contained in:
32
.github/workflows/ci-clarinet.yaml
vendored
32
.github/workflows/ci-clarinet.yaml
vendored
@@ -23,17 +23,21 @@ jobs:
|
||||
with:
|
||||
entrypoint: "bash"
|
||||
args: -c "cd clarity && clarinet check"
|
||||
# test:
|
||||
# name: test - ${{ github.ref_name }}
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: "Set CI env"
|
||||
# run: |
|
||||
# echo "ci_env=$(bash <(curl -s https://codecov.io/env))" >> $GITHUB_ENV
|
||||
# - name: "Execute test suite"
|
||||
# uses: docker://hirosystems/clarinet:1.0.4
|
||||
# with:
|
||||
# entrypoint: "bash"
|
||||
# #args: -c "cd clarity && clarinet test --coverage && curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -t ${{ secrets.CODECOV_TOKEN }} -f coverage.lcov"
|
||||
# args: -c "cd clarity && apt-get install -y jq git && GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ./scripts/clarinet_manager.sh install && clarinet test --coverage"
|
||||
test:
|
||||
name: test - ${{ github.ref_name }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: sergeysova/jq-action@v2
|
||||
- name: Install Deps
|
||||
run: |
|
||||
cd clarity && ./scripts/clarinet_manager.sh install
|
||||
- name: "Set CI env"
|
||||
run: |
|
||||
echo "ci_env=$(bash <(curl -s https://codecov.io/env))" >> $GITHUB_ENV
|
||||
- name: "Execute test suite"
|
||||
uses: docker://hirosystems/clarinet:1.0.4
|
||||
with:
|
||||
entrypoint: "bash"
|
||||
#args: -c "cd clarity && clarinet test --coverage && curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -t ${{ secrets.CODECOV_TOKEN }} -f coverage.lcov"
|
||||
args: -c "cd clarity && clarinet test --coverage"
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -17,4 +17,6 @@ node_modules
|
||||
/contract-records.json
|
||||
yarn-error.log
|
||||
tsconfig.tsbuildinfo
|
||||
contracts_modules
|
||||
contracts_modules
|
||||
/clarity/.cache/deps/
|
||||
/clarity/.cache/gen/
|
||||
|
||||
@@ -5,6 +5,7 @@ name = "alex-v1"
|
||||
contract_id = "ST287GF5M9WEJ6BXEN7NPN1WGA95YWXWBE0ZRK6X.Wrapped-USD"
|
||||
|
||||
|
||||
|
||||
[repl]
|
||||
costs_version = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user