Skip to content

Commit

Permalink
chore: add devcontainer ci
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jun 14, 2024
1 parent 222a13f commit b624da9
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/apps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Numalogic Apps CI
name: UDFs

on:
push:
Expand All @@ -7,20 +7,14 @@ on:
branches: [ "main" ]

jobs:
numalogic-udfs:
name: numalogic-udfs
coverage:
name: coverage
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/numa-udfs
steps:
- uses: actions/checkout@v4
# - name: Build and run dev container task
# uses: devcontainers/ci@v0.3
# with:
# subFolder: ./apps/numa-udfs
# runCmd: pytest --cov-report=xml --cov=src tests/ -sq

- name: Install poetry
run: pipx install poetry==1.8

Expand All @@ -45,3 +39,17 @@ jobs:
verbose: true
working-directory: ./apps/numa-udfs
name: numalogic-udfs

devcontainer:
name: coverage
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/numa-udfs
steps:
- uses: actions/checkout@v4
- name: Build and run dev container task
uses: devcontainers/ci@v0.3
with:
subFolder: ./apps/numa-udfs
runCmd: pytest tests/

0 comments on commit b624da9

Please sign in to comment.