Skip to content

[CI] Add cachepot -- part2: use cache #69

[CI] Add cachepot -- part2: use cache

[CI] Add cachepot -- part2: use cache #69

Workflow file for this run

name: Test Tube (osmosis)
on:
pull_request:
branches:
- main
paths:
- 'smart-contracts/osmosis/**/Cargo.toml'
- 'smart-contracts/osmosis/**.rs'
- '.github/workflows/test_tube.yml'
- '.github/workflows/all_checks_osmosis.yml'
push:
# branches:
# - main
# paths:
# - 'smart-contracts/osmosis/**/Cargo.toml'
# - 'smart-contracts/osmosis/**.rs'
# - '.github/workflows/test_tube.yml'
# - '.github/workflows/all_checks_osmosis.yml'
workflow_dispatch:
jobs:
post-merge:
uses: ./.github/workflows/all_checks_osmosis.yml
if: github.event_name == 'push'
with:
unittest: true
proptest: true
store_deps: true
# pre-commit:
# uses: ./.github/workflows/all_checks_osmosis.yml
# if: github.event_name == 'pull_request'