Skip to content

Merge branch 'main' of https://github.com/ISSMteam/ISSM #17

Merge branch 'main' of https://github.com/ISSMteam/ISSM

Merge branch 'main' of https://github.com/ISSMteam/ISSM #17

Workflow file for this run

name: Ubuntu Basic
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
ISSM_DIR: ${{ github.workspace }}
jobs:
build-test:
uses: ./.github/workflows/common-workflow.yml
with:
os: ubuntu-latest
build_type: basic
secrets: inherit
name: build-test-ubuntu-basic