Skip to content

Commit

Permalink
Test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Jan 24, 2024
1 parent cdd1124 commit 418d62e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ on:
push:
pull_request:

# shell: bash
jobs:
smoke-tests:
name: Smoke Test
runs-on: ubuntu-latest #FIXME: point to correct image
runs-on: ubuntu-latest
container:
image: ghcr.io/antmicro/megaboom-cpu-benchmarking:latest
defaults:
run:
shell: bash
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
Expand Down

0 comments on commit 418d62e

Please sign in to comment.