Skip to content

Update dependency tqdm to v4.66.3 [SECURITY] #246

Update dependency tqdm to v4.66.3 [SECURITY]

Update dependency tqdm to v4.66.3 [SECURITY] #246

Workflow file for this run

name: Docker Compose CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker-compose build
- name: Run Tests
env:
WALLET_A: ${{ secrets.WALLET_A }}
WALLET_PK: ${{ secrets.WALLET_PK }}
run: docker-compose up tests