Skip to content

Merge pull request #346 from usnistgov/ux/core-seal-logo #98

Merge pull request #346 from usnistgov/ux/core-seal-logo

Merge pull request #346 from usnistgov/ux/core-seal-logo #98

Workflow file for this run

name: integration
on:
workflow_dispatch:
push:
branches: ['integration', 'main']
jobs:
testall:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Build Containers
env:
OAR_DOCKERHUB_CRED: ${{ secrets.OAR_DOCKERHUB_CRED }}
run: |
bash scripts/dhsetup.sh
cd docker && bash ./dockbuild.sh
- name: Build Angular Code
run: cd docker && ./makedist
- name: Run Angular Tests
run: cd docker && ./testall