From 319808de95be1daf3585c464be83129b4ed4af15 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Fri, 29 Dec 2023 05:41:55 +0000 Subject: [PATCH] Build hammer overlay Signed-off-by: Aaron Chong --- .github/workflows/dashboard-e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dashboard-e2e.yml b/.github/workflows/dashboard-e2e.yml index 874bd423d..51c4d171e 100644 --- a/.github/workflows/dashboard-e2e.yml +++ b/.github/workflows/dashboard-e2e.yml @@ -36,9 +36,8 @@ jobs: with: package: rmf-dashboard-e2e skip-build: true - # Somehow this step is not needed - # - name: overlay - # uses: ./.github/actions/overlay + - name: overlay + uses: ./.github/actions/overlay - name: test uses: nick-fields/retry@v2 with: