Skip to content

Commit

Permalink
Add a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 21, 2024
1 parent 7fa7f28 commit b1ef215
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: 'Setup the Go environment'
description: 'Installs go and restores/saves the build/module cache'
inputs:
git-repo-dirs:
description: "Go code git repository directories (for mtime-restoration). Note that this requires cloning the repos full history"
required: false
default: '["."]'
runs:
using: "composite"
steps:
Expand All @@ -17,6 +22,7 @@ runs:
# Restore original modification time of files based on the date of the most
# recent commit that modified them as mtimes affect the Go test cache.
# See https://github.com/golang/go/issues/58571 for details
# Note that this requires checking out the repos with fetch-depth: 0
- name: Restore modification time of checkout files
uses: chetan/git-restore-mtime-action@075f9bc9d159805603419d50f794bd9f33252ebe

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
- run: rustup update
- uses: stellar/actions/rust-cache@main
- uses: ./soroban-rpc/.github/actions/setup-go
with:
working-directory: ./soroban-rpc/
- name: Build system test with component versions
run: |
cd $GITHUB_WORKSPACE/system-test
Expand Down

0 comments on commit b1ef215

Please sign in to comment.