Support new currencies #30
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: Build on pull request | |
on: | |
pull_request: | |
types: [ opened, synchronize, reopened ] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
name: OPEX admin panel build | |
steps: | |
- name: Checkout Source Code | |
uses: actions/checkout@v2 | |
- name: Build Docker images | |
env: | |
TAG: latest | |
GENERATE_SOURCEMAP: false | |
run: docker compose -f docker-compose.build.yml build |