Skip to content

Hard-code the QARTOD variables' standard and long names in the .xml f… #77

Hard-code the QARTOD variables' standard and long names in the .xml f…

Hard-code the QARTOD variables' standard and long names in the .xml f… #77

Workflow file for this run

name: Run pytest
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t glider-dac-build .
- name: Run tests
run: docker run --rm glider-dac-build pytest /glider-dac/tests