Skip to content

Commit

Permalink
Fix action_test.sh and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jun 2, 2024
1 parent 98eca5c commit c30254a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
./pubspec-matrix-action

node_modules/

# Editors
Expand Down
2 changes: 1 addition & 1 deletion action_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export ACTION_TEST_DIR="$(pwd)/.setup-flutter"
export ACTION_TEST_DIR="$(pwd)/.pubspec-matrix-action"

# Runner environment variables
export RUNNER_TOOL_CACHE="$ACTION_TEST_DIR/tool_cache"
Expand Down

0 comments on commit c30254a

Please sign in to comment.