Skip to content

Commit

Permalink
Merge pull request #677 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
IC: Caelum-rc4+dev52
  • Loading branch information
dzbaker authored Jun 1, 2023
2 parents 6cded58 + dd8dbfb commit 30b5527
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cfs-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
fi
counter=$(grep -c "BEGIN" cf/cfe_test.tmp)
echo "Waiting for CFE Tests"
sleep 60
sleep 120
done
../host/cmdUtil --endian=LE --pktid=0x1806 --cmdcode=2 --half=0x0002
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
fi
counter=$(grep -c "BEGIN" cf/cfe_test.tmp)
echo "Waiting for CFE Tests"
sleep 60
sleep 120
done
../host/cmdUtil --endian=LE --pktid=0x1806 --cmdcode=2 --half=0x0002
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ jobs:
name: style_differences
path: style_differences.txt

- name: Error on differences
run: |
if [[ -s style_differences.txt ]];
then
cat style_differences.txt
exit -1
fi
check-commit-message:
name: Check Commit Message
needs: check-for-duplicates
Expand Down
2 changes: 1 addition & 1 deletion osal

0 comments on commit 30b5527

Please sign in to comment.