Skip to content

Commit

Permalink
Tuist Caching Test
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Oct 29, 2024
0 parents commit 71b8737
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Tuist Caching Test

on:
push:

jobs:
tuistcache:
name: "Tuist Caching Test"

runs-on: ghcr.io/cirruslabs/macos-sonoma-xcode:latest

steps:
- name: Show environment
run: printenv

- name: Install Tuist
run: |
brew tap tuist/tuist
brew install --formula tuist
- name: Show Tuist version
run: tuist version

0 comments on commit 71b8737

Please sign in to comment.