File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,16 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
recipe :
20
- - sass.rb
21
-
22
- - migrator.rb
20
+ - sass
21
+
22
+ - migrator
23
23
24
24
steps :
25
25
- uses : actions/checkout@v3
26
26
- run : brew update
27
- - run : brew audit --strict --git --online --formula $GITHUB_WORKSPACE/Formula/${{ matrix.recipe }}
28
- - run : brew install --formula $GITHUB_WORKSPACE/Formula/${{ matrix.recipe }}
29
- - run : brew test $GITHUB_WORKSPACE/Formula/${{ matrix.recipe }}
30
- - run : brew uninstall --formula $GITHUB_WORKSPACE/Formula/${{ matrix.recipe }}
27
+ - run : brew tap-new sass/sass
28
+ - run : git checkout -C $(brew --repository sass/sass) $(git rev-parse HEAD)
29
+ - run : brew audit --strict --git --online sass/${{ matrix.recipe }}
30
+ - run : brew install sass/${{ matrix.recipe }}
31
+ - run : brew test sass/${{ matrix.recipe }}
32
+ - run : brew uninstall sass/${{ matrix.recipe }}
You can’t perform that action at this time.
0 commit comments