Upgrade relayer to v1.17 solana dependencies + refactor a few pieces #331
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
jobs: | |
clean_code_check: | |
uses: ./.github/workflows/clean_code.yaml | |
build_images: | |
needs: clean_code_check | |
uses: ./.github/workflows/build.yaml | |
with: | |
TAG: ${{ github.sha }} | |
run_tests: | |
needs: build_images | |
uses: ./.github/workflows/test.yaml |