Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 13, 2024
1 parent 415e7ab commit d4c2f53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let's override a "testing" stage for the :ref:`unit_testing_frameworks_unity`:
stdout="test/test_desktop/test_calculator.cpp:43:test_calculator_division:FAIL: Expected 32 Was 33",
duration=0.44,
source=TestCaseSource(
file="test/test_desktop/test_calculator.cpp", line=43
filename="test/test_desktop/test_calculator.cpp", line=43
),
)
)
Expand Down
2 changes: 1 addition & 1 deletion en/latest/_sources/integration/ci/github-actions.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Integration
-----------

.. note::
Please make sure to read GitHub Actions `Getting Started <https://help.github.com/en/actions/automating-your-workflow-with-github-actions/getting-started-with-github-actions>`_
Please make sure to read GitHub Actions `Quickstart <https://docs.github.com/en/actions/writing-workflows/quickstart>`_
guide first.

There are two possible ways of running PlatformIO in CI services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<span class="n">stdout</span><span class="o">=</span><span class="s2">&quot;test/test_desktop/test_calculator.cpp:43:test_calculator_division:FAIL: Expected 32 Was 33&quot;</span><span class="p">,</span>
<span class="n">duration</span><span class="o">=</span><span class="mf">0.44</span><span class="p">,</span>
<span class="n">source</span><span class="o">=</span><span class="n">TestCaseSource</span><span class="p">(</span>
<span class="n">file</span><span class="o">=</span><span class="s2">&quot;test/test_desktop/test_calculator.cpp&quot;</span><span class="p">,</span> <span class="n">line</span><span class="o">=</span><span class="mi">43</span>
<span class="n">filename</span><span class="o">=</span><span class="s2">&quot;test/test_desktop/test_calculator.cpp&quot;</span><span class="p">,</span> <span class="n">line</span><span class="o">=</span><span class="mi">43</span>
<span class="p">),</span>
<span class="p">)</span>
<span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion en/latest/integration/ci/github-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<h2><a class="toc-backref" href="#id3" role="doc-backlink">Integration</a><a class="headerlink" href="#integration" title="Link to this heading"></a></h2>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Please make sure to read GitHub Actions <a class="reference external" href="https://help.github.com/en/actions/automating-your-workflow-with-github-actions/getting-started-with-github-actions">Getting Started</a>
<p>Please make sure to read GitHub Actions <a class="reference external" href="https://docs.github.com/en/actions/writing-workflows/quickstart">Quickstart</a>
guide first.</p>
</div>
<p>There are two possible ways of running PlatformIO in CI services:</p>
Expand Down
2 changes: 1 addition & 1 deletion en/latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit d4c2f53

Please sign in to comment.