kopia lustrzana https://github.com/jgromes/RadioLib
				
				
				
			[CI] Try to fix skip path with format CI_FORCE_BUILD
							rodzic
							
								
									a90a6e96ae
								
							
						
					
					
						commit
						5690cea219
					
				| 
						 | 
				
			
			@ -86,7 +86,7 @@ jobs:
 | 
			
		|||
        run: |
 | 
			
		||||
          for example in $(find $PWD/examples -name '*.ino' | sort); do
 | 
			
		||||
            # check whether to skip this sketch
 | 
			
		||||
            if [ ! -z "${{ steps.prep.outputs.skip-path }}" ] && [[ '${example}' =~ '${{ steps.prep.outputs.skip-path }}' ]]; then
 | 
			
		||||
            if [ ! -z "${{ steps.prep.outputs.skip-path }}" ] && [[ ${example} =~ ${{ format("{0}", steps.prep.outputs.skip-path) }} ]]; then
 | 
			
		||||
              # skip sketch
 | 
			
		||||
              echo -e "\n\033[1;33mSkipped ${example##*/} (matched with ${{ steps.prep.outputs.skip-path }})\033[0m";
 | 
			
		||||
            else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue