Skip to content

Commit

Permalink
set env in step
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Feb 16, 2024
1 parent 1a33ef3 commit 3c26fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/action_templates/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ inputs:
platform:
description: 'The platform to build'
required: false
env:
test_data_path: '/home/ubuntu/workspace/AWI_03W_113060_003'

runs:
using: "composite"
Expand Down Expand Up @@ -59,6 +57,8 @@ runs:
# DOCKER_BUILDKIT: 1
# DOCKER_CLI_EXPERIMENTAL: enabled
- name: Test
env:
test_data_path: '/home/ubuntu/workspace/AWI_03W_113060_003'
shell: bash
run: |
rm -rf ${{env.test_data_path}}/*.csv
Expand Down

0 comments on commit 3c26fa2

Please sign in to comment.