Make AccountUpdate messages for old root accounts not mandatory #116
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: Run tests | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Create .env file | |
run: cp development.env .env | |
- name: Build docker image | |
run: docker compose build | |
- name: Run tests in docker container | |
run: docker compose run tests-dummy test |