mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 01:54:29 -05:00
fix(ci): remove sqlx_test tests
This commit is contained in:
parent
0cd7a0e17a
commit
d49d2d2b15
1 changed files with 1 additions and 36 deletions
35
.github/workflows/ci.yml
vendored
35
.github/workflows/ci.yml
vendored
|
|
@ -122,41 +122,6 @@ jobs:
|
||||||
- name: Run BDK regression script
|
- name: Run BDK regression script
|
||||||
run: ./swap/tests/bdk.sh
|
run: ./swap/tests/bdk.sh
|
||||||
|
|
||||||
sqlx_test:
|
|
||||||
runs-on: ubuntu-latest-m
|
|
||||||
if: github.event_name == 'push' || !github.event.pull_request.draft
|
|
||||||
steps:
|
|
||||||
- name: Checkout sources
|
|
||||||
uses: actions/checkout@v4.1.7
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Set up environment variables
|
|
||||||
uses: ./.github/actions/set-monero-env
|
|
||||||
|
|
||||||
- uses: actionhippie/swap-space@v1
|
|
||||||
with:
|
|
||||||
size: 15G
|
|
||||||
|
|
||||||
- name: Configure apt for retries
|
|
||||||
run: ${{ env.APT_SET_CONF_COMMAND }}
|
|
||||||
|
|
||||||
- name: Install dependencies (ubuntu-latest-m)
|
|
||||||
run: |
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install -y ${{ env.DEPS_TAURI_LINUX }} ${{ env.DEPS_MONERO_LINUX }}
|
|
||||||
|
|
||||||
- name: Clone submodules
|
|
||||||
run: git submodule update --init --recursive
|
|
||||||
|
|
||||||
- name: Install sqlx-cli
|
|
||||||
run: cargo install --locked --version 0.6.3 sqlx-cli
|
|
||||||
|
|
||||||
- name: Run sqlite_dev_setup.sh script
|
|
||||||
run: |
|
|
||||||
cd swap
|
|
||||||
./sqlite_dev_setup.sh
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue