Skip to content

Commit

Permalink
Create bare bones Scarb.toml for cache testing (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput authored Aug 24, 2023
1 parent 889d8f6 commit 8273f02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: "Create bare bones Scarb.toml for cache testing"
shell: bash
run: |
cat <<EOF > Scarb.toml
[package]
name = "example_package"
version = "1.0.0"
EOF
- name: "Fetch latest Scarb version from GitHub releases"
id: version
shell: pwsh
Expand Down

0 comments on commit 8273f02

Please sign in to comment.