Skip to content

Commit

Permalink
Added CI for jnw_ex0_sky130A
Browse files Browse the repository at this point in the history
  • Loading branch information
wulffern committed Dec 14, 2024
1 parent 5faa137 commit f60d98f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: AICEX CI


on:
workflow_call:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
jobs:
sim:
runs-on: ubuntu-latest
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: wulffern/aicex:24.04_0.1.4
image: wulffern/aicex:24.04_0.1.6
options: --user root
steps:
- name: aicex
Expand Down

0 comments on commit f60d98f

Please sign in to comment.