Skip to content

Commit 7e65b4d

Browse files
committed
Add artifact support with ORAS to make them OCI format
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 37153b4 commit 7e65b4d

3 files changed

Lines changed: 3 additions & 735 deletions

File tree

.github/workflows/python-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929

3030
# Lint is already included in `make test`
3131

32+
# Lint is already included in `make test`
33+
3234
- name: Run tests
3335
run: make test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ test: format
2323

2424
.PHONY: test-integration
2525
test-integration: format
26-
$(POETRY) run pytest tests/integration
26+
$(POETRY) run pytest tests/integration

0 commit comments

Comments
 (0)