Skip to content

Commit

Permalink
more print
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Aug 18, 2023
1 parent 99acf5a commit 72863c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ jobs:
- name: Build bevy
# this uses the same command as when running the example to ensure build is reused
run: |
echo $VK_ICD_FILENAMES
cat $VK_ICD_FILENAMES
TRACE_CHROME=trace-alien_cake_addict.json CI_TESTING_CONFIG=.github/example-run/alien_cake_addict.ron cargo build --example alien_cake_addict --features "bevy_ci_testing,trace,trace_chrome"
- name: Run examples
run: |
echo $VK_ICD_FILENAMES
cat $VK_ICD_FILENAMES
ls `dirname $VK_ICD_FILENAMES`
for example in .github/example-run/*.ron; do
example_name=`basename $example .ron`
echo -n $example_name > last_example_run
Expand Down

0 comments on commit 72863c6

Please sign in to comment.