Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Mar 29, 2024
1 parent 675410c commit 35e506a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_api_rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Echo device
run: |
echo "DEVICE: $DEVICE"
- name: Build image
run: docker build
--build-arg USER_ID=$(id -u)
Expand All @@ -38,7 +42,7 @@ jobs:
- name: Run tests
uses: addnab/docker-run-action@v3
env:
DEVICE: $DEVICE
DEVICE: ${{ env.DEVICE }}
WORKSPACE: ${{ github.workspace }}
with:
image: opt-bench-rocm:${{ matrix.image.rocm_version }}
Expand Down

0 comments on commit 35e506a

Please sign in to comment.