Skip to content

Conversation

@colinwahl
Copy link
Member

Description of the change

  • Fixes a typo in the FFI implementation of the GitHub.Actions.ToolCache.find and GitHub.Actions.ToolCache.find functions
  • Adds a test action which runs on commit to a branch (or PR)
    • This will be useful in Add comprehensive Test #5 as a simple test script isn't enough - it needs to actually run the action through a real workflow

This intends to close #7.

@colinwahl colinwahl self-assigned this Sep 22, 2020
exports.cacheFile5Impl = toolCache.cacheFile;

exports.find2Impl = toolCache.findImpl;
exports.find2Impl = toolCache.find;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

@thomashoneyman
Copy link
Collaborator

We'll need to update setup-purescript as well once this lands.

@thomashoneyman thomashoneyman merged commit 35ca19e into main Sep 22, 2020
@thomashoneyman thomashoneyman deleted the colin/set-up-test-action-and-fix-tool-cache-find branch September 22, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Calling ToolCache.find fails

3 participants